Skip to content

Commit

Permalink
Merge pull request #117 from AutomatingSciencePipeline/expose-fronten…
Browse files Browse the repository at this point in the history
…d-80

Also expose container's port 3000 as 80 on the host machine for prod
  • Loading branch information
rhit-chanb authored Jan 26, 2023
2 parents c78f6d1 + 2470f4d commit be92c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
# TODO switch to ${FRONTEND_WEBSERVER_PORT}
ports:
- 3000:3000
- 80:80
- 80:3000
expose:
- "3000"
- "80"
Expand Down

0 comments on commit be92c6d

Please sign in to comment.