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:
parent
1ab01ac492
commit
1211e730e9
@ -4,7 +4,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "3235:3235"
|
- "3235:3235"
|
||||||
volumes:
|
volumes:
|
||||||
- ./files:/app/files
|
- ./files:/files
|
||||||
restart: unless-stopped
|
- ./dev:/static:ro
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
restart: unless-stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user