This commit is contained in:
2025-07-18 19:48:59 +02:00
parent 5b06589978
commit 53599ed479

View File

@@ -41,8 +41,7 @@ RUN \
# add local files # add local files
COPY root/ / COPY root/ /
# Environment and entrypoint # ports and volumes
ENV HOME="/config" \ EXPOSE 7396
CLI_ARGS=""
ENTRYPOINT ["/init"] VOLUME /config
CMD ["/usr/bin/fahclient", "--config", "/config/config.xml", "${CLI_ARGS}"]