„Dockerfile“ ändern

This commit is contained in:
2020-04-12 21:07:20 +02:00
parent 7250cfe98f
commit 105df5cfa5

View File

@@ -7,6 +7,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
ENV DATA_DIR="/python3"
EVN PYTHON_SCRIPT="hello.py"
ENV UMASK=000
ENV UID=99
ENV GID=100