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:
|
build:
|
||||||
context: ./backend
|
context: ./backend
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
userns_mode: host
|
environment:
|
||||||
|
PATH: /fradrive/bin:$PATH
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend:/fradrive
|
- ./backend:/fradrive
|
||||||
- ./bin:/usr/bin/fradrive
|
- ./bin:/fradrive/bin
|
||||||
- ./assets:/fradrive/assets:ro
|
- ./assets:/fradrive/assets:ro
|
||||||
- ./static:/fradrive/static:ro
|
- ./static:/fradrive/static:ro
|
||||||
- ./well-known:/fradrive/well-known:ro
|
- ./well-known:/fradrive/well-known:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user