Merge pull request #25 from calendso/fix/fixing-docker-file

Fix dockefile: coudl not start because config file is missing
This commit is contained in:
Peer Richelsen 2021-10-16 20:36:31 +01:00 committed by GitHub
commit 8e9cfd6457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ WORKDIR /app
ENV NODE_ENV production
COPY --from=builder /app/next.config.js ./
COPY --from=builder /app/next-i18next.config.js ./
COPY --from=builder /app/public ./public
COPY --from=builder /app/.next ./.next
COPY --from=builder /app/node_modules ./node_modules