remove option --production=false

This commit is contained in:
clauspeterhuebner 2024-11-20 23:00:21 +01:00
parent c7dee96f84
commit 99d4fd6dcb

View File

@ -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