Skip to content

Commit

Permalink
still testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Theezr committed Aug 14, 2024
1 parent c871acd commit 6cab6b0
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 @@ -25,4 +25,4 @@ RUN npm install --omit=dev
COPY --chown=node:node --from=build /usr/src/app/node_modules/.prisma/client ./node_modules/.prisma/client

## TODO: hacky way to make sure the db is up before running the migration
CMD ["sh", "-c", "sleep 10; exec npm run start:migrate:prod"]
CMD ["sh", "-c", "sleep 20; exec npm run start:migrate:prod"]

0 comments on commit 6cab6b0

Please sign in to comment.