fix:volumes
All checks were successful
Build and Deploy / deploy (push) Successful in 12s

This commit is contained in:
2025-07-21 03:45:35 +05:00
parent cddd20e203
commit 25b0ec0809
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,7 @@ services:
dockerfile: Dockerfile
ports:
- "3001:3000"
user: "${UID:-1000}:${GID:-1000}"
volumes:
- ./app/static:/app/static:rw
env_file: