fix some fucking errors

This commit is contained in:
renzynx 2022-12-20 11:33:34 +07:00
parent 936adb6ec7
commit 4bb3568572
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ WORKDIR /app
COPY --from=builder /app/package.json ./package.json
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/dist ./dist
COPY --from=builder /app/views ./views
COPY --from=builder /app/nest-cli.json ./nest-cli.json
COPY --from=builder /app/prisma ./prisma