Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hikkart authored Mar 30, 2022
1 parent 1845161 commit 8995787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ RUN npm ci --only=production
# Bundle app source
COPY . .

EXPOSE 8080
CMD [ "node", "server.js" ]
EXPOSE 7000
CMD [ "node", "server.js" ]

0 comments on commit 8995787

Please sign in to comment.