Skip to content

Commit

Permalink
fix static files location
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpdev committed Mar 5, 2024
1 parent 276f57f commit 823c946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
context: .
command: python manage.py runserver 0.0.0.0:8000
volumes:
- static_volume:/home/app/web/static
- static_volume:/home/app/web/backend/static
- media_volume:/home/app/web/uploads
expose:
- 8000
Expand Down

0 comments on commit 823c946

Please sign in to comment.