Skip to content

Commit e52aca4

Browse files
authored
Update Dockerfile
1 parent 30f3d02 commit e52aca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ COPY --from=builder /build/node_modules /node_modules
2626
COPY --from=builder /build/package*.json .
2727

2828
# Optional Expose a port
29-
EXPOSE 3000
29+
EXPOSE 10000
3030

3131
# Start the server
32-
CMD ["npm", "run", "start"]
32+
CMD ["npm", "run", "start"]

0 commit comments

Comments
 (0)