Merge pull request #6 from jphastings/patch-1

Move --daemon to CMD from ENTRYPOINT
pull/17/head
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
1 changed files with 2 additions and 1 deletions

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"]