mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-16 19:59:24 +08:00
Fix static bind mount typo
This commit is contained in:
parent
cf99755302
commit
0ec3cc2697
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ services:
|
|||
- PYTHONBUFFERED=1
|
||||
- RUN_TYPE=web
|
||||
volumes:
|
||||
- ./backend/static:./code/backend/static
|
||||
- ./backend/static:/code/backend/static
|
||||
depends_on:
|
||||
- postgres
|
||||
|
||||
|
|
Loading…
Reference in a new issue