mirror of
https://github.com/markqvist/NomadNet.git
synced 2024-10-01 01:26:07 -04:00
Merge pull request #6 from jphastings/patch-1
Move --daemon to CMD from ENTRYPOINT
This commit is contained in:
commit
acb5da89fb
@ -21,4 +21,5 @@ COPY --from=build /opt/venv /opt/venv
|
||||
VOLUME /root/.reticulum
|
||||
VOLUME /root/.nomadnetwork
|
||||
|
||||
ENTRYPOINT ["nomadnet", "--daemon"]
|
||||
ENTRYPOINT ["nomadnet"]
|
||||
CMD ["--daemon"]
|
||||
|
Loading…
Reference in New Issue
Block a user