mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-17 04:09:25 +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
|
- PYTHONBUFFERED=1
|
||||||
- RUN_TYPE=web
|
- RUN_TYPE=web
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend/static:./code/backend/static
|
- ./backend/static:/code/backend/static
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue