backend production=false

This commit is contained in:
Ulf Gebhardt 2021-06-07 15:31:29 +02:00
parent 02f5434ef3
commit b3538577dc
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