Skip to content

Commit

Permalink
ci(npcs): update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosen7 committed Jul 31, 2024
1 parent 9249310 commit d6cec74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,4 @@ COPY --from=installer --chown=nextjs:nodejs /app/${APP_DIR}/public ./${APP_DIR}/

WORKDIR /app/${APP_DIR}

EXPOSE 8080

CMD ["sh", "-c", "node server.js"]
CMD ["sh", "-c", "pnpx prisma migrate deploy && node server.js"]

0 comments on commit d6cec74

Please sign in to comment.