We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0501aea commit 13e791cCopy full SHA for 13e791c
Docker/Dockerfile.api
@@ -81,7 +81,7 @@ USER nodejs
81
WORKDIR /usr/src/app/apps/api
82
83
# Expose the port your app runs on (replace 3000 if different)
84
-EXPOSE 3000
+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.
0 commit comments