Skip to content

Commit

Permalink
working directory added
Browse files Browse the repository at this point in the history
  • Loading branch information
tedoaba committed Oct 28, 2024
1 parent c0250ed commit 4f2c7f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ services:
web:
build: .
container_name: flask_app
working_dir: app
command: gunicorn -b 0.0.0.0:8000 app:app
ports:
- "8000:8000"
Expand Down

0 comments on commit 4f2c7f5

Please sign in to comment.