Merge pull request #810 from Human-Connection/799_fix_badge_urls

Fix #799
This commit is contained in:
Robert Schäfer 2019-06-13 00:16:20 +02:00 committed by GitHub
commit c2092bf3bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,4 +24,5 @@ RUN yarn run build
FROM base as production FROM base as production
ENV NODE_ENV=production ENV NODE_ENV=production
COPY --from=builder /nitro-backend/dist ./dist COPY --from=builder /nitro-backend/dist ./dist
COPY ./public/img/ ./public/img/
RUN yarn install --frozen-lockfile --non-interactive RUN yarn install --frozen-lockfile --non-interactive