Skip to content

Commit

Permalink
fix: expose PORT 80 once again
Browse files Browse the repository at this point in the history
  • Loading branch information
dsouza95 committed Jun 5, 2024
1 parent 97fc451 commit 7f75dfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ RUN npm install --production
# Copy source
COPY . ./

# Ports
ENV PORT 80
EXPOSE 80

ENTRYPOINT ["npm", "start"]

0 comments on commit 7f75dfd

Please sign in to comment.