mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
remove option --production=false
This commit is contained in:
parent
c7dee96f84
commit
99d4fd6dcb
@ -63,7 +63,8 @@ FROM base as build
|
||||
# Copy everything
|
||||
COPY . .
|
||||
# yarn install
|
||||
RUN yarn install --production=false --frozen-lockfile --non-interactive
|
||||
# RUN yarn install --production=false --frozen-lockfile --non-interactive
|
||||
RUN yarn install --frozen-lockfile --non-interactive
|
||||
# yarn build
|
||||
RUN yarn run build
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user