Updated Dockerfile and compose.yaml

Updated Dockerfile to remove USER line, as that prevents proper file
mapping writing.
Updated compose file to map to /app/data where the database is supposed
to be.
This commit is contained in:
Mario Steele 2025-07-30 12:16:40 -05:00
parent 4f51b82a93
commit fab306c393
2 changed files with 2 additions and 6 deletions

View file

@ -3,8 +3,8 @@
image: freetubesync
build:
context: .
dockerfile: FreeTubeSync/Dockerfile
dockerfile: Dockerfile
ports:
- "8080:8080"
volumes:
- ./docker_data:/data
- ./docker_data:/app/data