From 53599ed4798cf8ccc22668df6f217d3e3e4c902d Mon Sep 17 00:00:00 2001 From: retr0 Date: Fri, 18 Jul 2025 19:48:59 +0200 Subject: [PATCH] Test #5002 --- Dockerfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1f4b218..eba83cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,8 +41,7 @@ RUN \ # add local files COPY root/ / -# Environment and entrypoint -ENV HOME="/config" \ - CLI_ARGS="" -ENTRYPOINT ["/init"] -CMD ["/usr/bin/fahclient", "--config", "/config/config.xml", "${CLI_ARGS}"] \ No newline at end of file +# ports and volumes +EXPOSE 7396 + +VOLUME /config \ No newline at end of file