Skip to content

Commit

Permalink
Feat: Added migration step in Dockerfile (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanWalker277 authored Mar 21, 2024
1 parent c622d1c commit 4f75534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ COPY --from=build /app/package*.json ./
COPY --from=build /app/prisma ./prisma
COPY --from=build /app/node_modules ./node_modules
EXPOSE 3002
CMD [ "npm", "run", "start:prod" ]
CMD [ "npm", "run", "start:migrate:prod" ]

0 comments on commit 4f75534

Please sign in to comment.