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