Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit f3204a8

Browse files
author
Vikas Agarwal
committed
Hardcoding port
1 parent a0dc8bf commit f3204a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY . /skills_api
1111
RUN npm install
1212

1313
# Expose port
14-
EXPOSE ${PORT}
14+
EXPOSE 3000
1515

1616
# start api
1717
CMD npm start

0 commit comments

Comments
 (0)