„Dockerfile“ ändern

This commit is contained in:
2020-04-12 21:12:37 +02:00
parent a8a172931e
commit 5ec4acd134

View File

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