From b23d0b4072996220804f420a11bb82fb0e7001a8 Mon Sep 17 00:00:00 2001 From: retr0 Date: Fri, 18 Jul 2025 19:59:12 +0200 Subject: [PATCH] Test #5003 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eba83cb..8f1918e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,4 +44,5 @@ COPY root/ / # ports and volumes EXPOSE 7396 -VOLUME /config \ No newline at end of file +VOLUME /config +CMD ["/usr/bin/fahclient", "--config", "/config/config.xml", "${CLI_ARGS}"] \ No newline at end of file