build(compose.yaml): fix backend binary path bind; add bin path to PATH
This commit is contained in:
parent
27c5f61299
commit
cd8a7a8322
@ -27,10 +27,11 @@ services:
|
||||
build:
|
||||
context: ./backend
|
||||
dockerfile: ./Dockerfile
|
||||
userns_mode: host
|
||||
environment:
|
||||
PATH: /fradrive/bin:$PATH
|
||||
volumes:
|
||||
- ./backend:/fradrive
|
||||
- ./bin:/usr/bin/fradrive
|
||||
- ./bin:/fradrive/bin
|
||||
- ./assets:/fradrive/assets:ro
|
||||
- ./static:/fradrive/static:ro
|
||||
- ./well-known:/fradrive/well-known:ro
|
||||
|
||||
Loading…
Reference in New Issue
Block a user