Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 823c946

Browse files
author
robinpdev
committed
fix static files location
1 parent 276f57f commit 823c946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
context: .
2121
command: python manage.py runserver 0.0.0.0:8000
2222
volumes:
23-
- static_volume:/home/app/web/static
23+
- static_volume:/home/app/web/backend/static
2424
- media_volume:/home/app/web/uploads
2525
expose:
2626
- 8000

0 commit comments

Comments
 (0)