Merge pull request #6 from jphastings/patch-1

Move --daemon to CMD from ENTRYPOINT
This commit is contained in:
markqvist 2022-05-18 12:15:06 +02:00 committed by GitHub
commit acb5da89fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,4 +21,5 @@ COPY --from=build /opt/venv /opt/venv
VOLUME /root/.reticulum
VOLUME /root/.nomadnetwork
ENTRYPOINT ["nomadnet", "--daemon"]
ENTRYPOINT ["nomadnet"]
CMD ["--daemon"]