Skip to content

Commit

Permalink
fix: explicit bun run
Browse files Browse the repository at this point in the history
  • Loading branch information
okjodom committed Oct 30, 2024
1 parent 62038f1 commit 0d07207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/swap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ COPY --from=development /usr/src/app/dist ./dist
COPY --from=development /usr/src/app/proto ./proto
COPY --from=development /usr/src/app/prisma ./prisma

CMD ["sh", "-c", "bun prisma migrate deploy && bun dist/apps/swap/main.js"]
CMD ["sh", "-c", "bun run prisma migrate deploy && bun run dist/apps/swap/main.js"]

0 comments on commit 0d07207

Please sign in to comment.