Skip to content

Commit 13e791c

Browse files
committed
fix: change exposed port from 3000 to 5000 in Dockerfile.api
1 parent 0501aea commit 13e791c

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
@@ -81,7 +81,7 @@ USER nodejs
8181
WORKDIR /usr/src/app/apps/api
8282

8383
# Expose the port your app runs on (replace 3000 if different)
84-
EXPOSE 3000
84+
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.

0 commit comments

Comments
 (0)