We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0099a72 commit 348494eCopy full SHA for 348494e
Docker/Dockerfile.api
@@ -85,4 +85,4 @@ EXPOSE 5000
85
86
# Start the application directly with node, avoiding the need for pnpm in the final image.
87
# Assumes your start script runs `node dist/main.js` or similar.
88
-CMD ["node", "dist/main.js"]
+CMD ["node", "dist/index.js"]
0 commit comments