mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Force install all dependencies in the backend
This commit is contained in:
parent
f551e9a637
commit
f029439024
@ -15,7 +15,7 @@ COPY .env.template .env
|
||||
CMD ["yarn", "run", "start"]
|
||||
|
||||
FROM base as builder
|
||||
RUN yarn install --frozen-lockfile --non-interactive
|
||||
RUN yarn install --frozen-lockfile --non-interactive --force
|
||||
COPY . .
|
||||
RUN cp .env.template .env
|
||||
RUN yarn run build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user