diff --git a/Dockerfile b/Dockerfile index d1c016d..ea3e1b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,5 @@ COPY --from=build /opt/venv /opt/venv VOLUME /root/.reticulum VOLUME /root/.nomadnetwork -ENTRYPOINT ["nomadnet", "--daemon"] \ No newline at end of file +ENTRYPOINT ["nomadnet"] +CMD ["--daemon"]