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

First prod push #1

Merged
merged 10 commits into from
Aug 2, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Hardcoding port
  • Loading branch information
Vikas Agarwal committed Aug 2, 2021
commit f3204a89274609b70404b4def56a41d75dc12fe3
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . /skills_api
RUN npm install

# Expose port
EXPOSE ${PORT}
EXPOSE 3000

# start api
CMD npm start