From 312b5c324d831196e94f9ef07318eea3234cf424 Mon Sep 17 00:00:00 2001 From: murdle Date: Sat, 28 Feb 2026 20:32:42 +0200 Subject: [PATCH] fix: wrong build context --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index a28356b0..106e4c1a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -37,7 +37,7 @@ services: - ./config:/usr/src/app/config:ro - fluxer_data:/usr/src/app/data build: - context: . + context: ./fluxer_server args: FLUXER_BUILD_CONFIG: | { "domain": { "base_domain": "${FLUXER_BASE_DOMAIN}", "static_cdn_domain": "fluxerstatic.com", "public_scheme": "https", "public_port": 443 } }