fix!: fix docker path handling

after i trimmed down the image, it didn't have workdir /app, so we need
to fix it
This commit is contained in:
jabuxas 2024-09-18 10:23:43 -03:00
parent 1ab01ac492
commit 1211e730e9

View File

@ -4,7 +4,8 @@ services:
ports:
- "3235:3235"
volumes:
- ./files:/app/files
restart: unless-stopped
- ./files:/files
- ./dev:/static:ro
env_file:
- .env
restart: unless-stopped