Fixed dockerfile

This commit is contained in:
Mark Qvist 2022-05-17 22:43:08 +02:00
parent a09d79f27c
commit d8e84409c7

View File

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