Changed static folder path

This commit is contained in:
2023-09-11 23:57:25 +04:00
parent cec971e0ae
commit 77e4722576
18 changed files with 52 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ services:
- db
volumes:
- ./src/app:/src/app
- static:/src/app/static
- static:/src/static
- media:/src/media
command: >
bash -c "poetry run alembic upgrade head