mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Try to fix build by providing default env vars
This commit is contained in:
parent
096b3b7e9d
commit
08c947bacd
@ -14,6 +14,7 @@ RUN apk --no-cache add git
|
||||
COPY . .
|
||||
|
||||
FROM base as build-and-test
|
||||
RUN cp .env.template .env
|
||||
RUN yarn install --production=false --frozen-lockfile --non-interactive
|
||||
RUN cd styleguide && yarn install --production=false --frozen-lockfile --non-interactive \
|
||||
&& cd .. \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user