change cmd
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-19 20:39:48 +01:00
parent d8c3d37d62
commit bc190682ed
+1 -1
View File
@@ -22,4 +22,4 @@ RUN pnpm build
EXPOSE 3000
# Change your CMD to this:
CMD ["pnpm", "run", "start:prod"]
CMD ["node", "dist/src/main.js"]