mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-08-01 11:26:16 -04:00
Merge pull request #6 from jphastings/patch-1
Move --daemon to CMD from ENTRYPOINT
This commit is contained in:
commit
acb5da89fb
1 changed files with 2 additions and 1 deletions
|
@ -21,4 +21,5 @@ COPY --from=build /opt/venv /opt/venv
|
||||||
VOLUME /root/.reticulum
|
VOLUME /root/.reticulum
|
||||||
VOLUME /root/.nomadnetwork
|
VOLUME /root/.nomadnetwork
|
||||||
|
|
||||||
ENTRYPOINT ["nomadnet", "--daemon"]
|
ENTRYPOINT ["nomadnet"]
|
||||||
|
CMD ["--daemon"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue