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