build(compose.yaml): fix backend binary path bind; add bin path to PATH

This commit is contained in:
Sarah Vaupel 2025-03-25 16:52:32 +01:00
parent 27c5f61299
commit cd8a7a8322

View File

@ -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