Skip to content

Commit

Permalink
remove volumes for api
Browse files Browse the repository at this point in the history
  • Loading branch information
abu271 committed Dec 25, 2024
1 parent 85af95a commit 07093dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ services:
image: devchem/octo:bookapi_v1.0.0
ports:
- "8000:8000"
volumes:
- ./app:/app
command: >
sh -c "python manage.py migrate &&
python manage.py runserver 0.0.0.0:8000"
Expand Down

0 comments on commit 07093dd

Please sign in to comment.