Skip to content

Commit

Permalink
fix command line (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellle authored Apr 3, 2024
1 parent 64102d1 commit e3ef24f
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 @@ -9,6 +9,7 @@ services:
build: .
volumes:
- './src:/srv/src:ro'
command: ["poetry", "run", "python", "src/manage.py", "runserver", "0:8080"]
ports:
- '8080:8080'
depends_on:
Expand Down

0 comments on commit e3ef24f

Please sign in to comment.