Skip to content

Commit

Permalink
docker file fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayahhhmed committed Aug 16, 2024
1 parent df508d6 commit 4430708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ RUN npx prisma generate

EXPOSE 3001

CMD ["pnpm", "run", "start"]
CMD ["pnpm", "run", "start:migrate:prod"]

0 comments on commit 4430708

Please sign in to comment.