mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-08-09 07:12:24 -04:00
Updated readme and dockerfile
This commit is contained in:
parent
467f02b379
commit
73fb44dcc3
2 changed files with 10 additions and 4 deletions
|
@ -13,7 +13,7 @@ RUN cd /app/ && python3 setup.py install
|
|||
# Use multi-stage build, as we don't need rust compilation on the final image
|
||||
FROM python:3.11-rc-alpine3.14
|
||||
|
||||
LABEL org.opencontainers.image.documentation="https://github.com/jphastings/NomadNet#using-docker--running-a-daemon"
|
||||
LABEL org.opencontainers.image.documentation="https://github.com/markqvist/NomadNet#using-docker--running-a-daemon"
|
||||
|
||||
ENV PATH="/opt/venv/bin:$PATH"
|
||||
COPY --from=build /opt/venv /opt/venv
|
||||
|
@ -21,4 +21,4 @@ COPY --from=build /opt/venv /opt/venv
|
|||
VOLUME /root/.reticulum
|
||||
VOLUME /root/.nomadnetwork
|
||||
|
||||
ENTRYPOINT ["nomadnet"]
|
||||
ENTRYPOINT ["nomadnet --daemon"]
|
Loading…
Add table
Add a link
Reference in a new issue