From cd8a7a8322ecf56ae0fd88a769f7810c6e386fc3 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 25 Mar 2025 16:52:32 +0100 Subject: [PATCH] build(compose.yaml): fix backend binary path bind; add bin path to PATH --- compose.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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