mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +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