Download section didn't appear. Resolved

This commit is contained in:
2026-08-03 10:46:01 +05:00
parent ea49920a12
commit e23b0f44ce
16 changed files with 157 additions and 72 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
services:
backend:
build:
context: . # Project root (contains audio_splitter/)
context: .
dockerfile: web/backend/Dockerfile
ports:
- "8000:8000"
volumes:
- /tmp/audio_splitter_web:/tmp/audio_splitter_web
- /tmp/audio_splitter_web:/tmp/audio_splitter_web # Bind mount
environment:
- PYTHONUNBUFFERED=1
- DEBUG=1
@@ -15,9 +15,9 @@ services:
frontend:
build:
context: ./web/frontend
dockerfile: Dockerfile.dev
dockerfile: Dockerfile
ports:
- "5173:5173"
- "5173:80"
volumes:
- ./web/frontend:/app
- /app/node_modules