Skip to content

Commit

Permalink
Changed dockerfile to load port number at runtime
Browse files Browse the repository at this point in the history
Signed-off-by: ZhuoweiWen <[email protected]>
  • Loading branch information
ZhuoweiWen committed Oct 11, 2023
1 parent a4f2ec9 commit ed3cc20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ services:
build:
context: ./back-end
dockerfile: Dockerfile.backend
env_file:
- .env
command: python3 routes.py
environment:
- POSTGRES_USER=${POSTGRES_USER}
Expand Down

0 comments on commit ed3cc20

Please sign in to comment.