Skip to content

Commit 348494e

Browse files
committed
fix: update CMD in Dockerfile.api to point to the correct entry file
1 parent 0099a72 commit 348494e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/Dockerfile.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ EXPOSE 5000
8585

8686
# Start the application directly with node, avoiding the need for pnpm in the final image.
8787
# Assumes your start script runs `node dist/main.js` or similar.
88-
CMD ["node", "dist/main.js"]
88+
CMD ["node", "dist/index.js"]

0 commit comments

Comments
 (0)