mirror of
https://github.com/markqvist/NomadNet.git
synced 2026-01-31 12:55:01 +01:00
Configure python for unbuffered stdout in Docker images
This commit is contained in:
@@ -16,6 +16,7 @@ FROM python:3.11-rc-alpine3.14
|
||||
LABEL org.opencontainers.image.documentation="https://github.com/markqvist/NomadNet#nomad-network-daemon-with-docker"
|
||||
|
||||
ENV PATH="/opt/venv/bin:$PATH"
|
||||
ENV PYTHONUNBUFFERED="yes"
|
||||
COPY --from=build /opt/venv /opt/venv
|
||||
|
||||
VOLUME /root/.reticulum
|
||||
|
||||
Reference in New Issue
Block a user