mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-12-17 06:44:21 +01:00
Merge pull request #6 from jphastings/patch-1
Move --daemon to CMD from ENTRYPOINT
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user