Skip to content

Commit

Permalink
fix: docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
orig committed Sep 9, 2023
1 parent faf8f32 commit f5dbd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ COPY ./nx.json ./nx.json
EXPOSE 3000

# Start the application
CMD sh -c "npx nx migrate-deploy prisma --name=init && node backend/main.js"
CMD sh -c "npx nx migrate-deploy prisma && node backend/main.js"

0 comments on commit f5dbd83

Please sign in to comment.