Fix static bind mount typo

This commit is contained in:
Keannu Bernasol 2024-09-15 00:27:40 +08:00
parent cf99755302
commit 0ec3cc2697

View file

@ -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