production=false for webapp

This commit is contained in:
Ulf Gebhardt 2021-06-07 15:07:59 +02:00
parent 92bda02f0e
commit 02f5434ef3
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -72,7 +72,7 @@ COPY . .
FROM code as build
# yarn install
RUN yarn install --production=true --frozen-lockfile --non-interactive
RUN yarn install --production=false --frozen-lockfile --non-interactive
# yarn build
RUN yarn run build