Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
killbasa committed Jul 29, 2024
1 parent 536ee2f commit c39cea5
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 @@ -58,4 +58,4 @@ COPY --from=prod-deps --chown=kbot:kbot /temp/node_modules node_modules/
COPY --from=builder --chown=kbot:kbot /temp/dist dist/
COPY --from=builder --chown=kbot:kbot /temp/package.json ./

CMD ["npx", "prisma", "migrate", "deploy", "&&", "node", "--enable-source-maps", "./dist/KBot.js"]
CMD ["npx", "prisma", "migrate", "deploy", ";", "node", "--enable-source-maps", "./dist/KBot.js"]

0 comments on commit c39cea5

Please sign in to comment.