diff --git a/compose.yaml b/compose.yaml index 2ecf7a530..3fda3e466 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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