Skip to content

Commit

Permalink
updated docker file3
Browse files Browse the repository at this point in the history
  • Loading branch information
aqil18 committed Oct 22, 2024
1 parent 5f06a9d commit 115b672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN npm audit fix
COPY . /app

# Make port 3000 available to the world outside this container
EXPOSE 8085
EXPOSE 80

# Run app.js when the container launches
CMD ["npm", "start"]

0 comments on commit 115b672

Please sign in to comment.