mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Try to fix build issues
This commit is contained in:
parent
f4f69cfe0f
commit
aa9cfceba9
@ -14,6 +14,7 @@ CMD ["yarn", "run", "start"]
|
||||
FROM base as builder
|
||||
RUN yarn install --frozen-lockfile --non-interactive
|
||||
COPY . .
|
||||
RUN cp .env.template .env
|
||||
RUN yarn run build
|
||||
|
||||
# reduce image size with a multistage build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user