diff --git a/Dockerfile b/Dockerfile index 944aed3..a0b6645 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ WORKDIR "/app" RUN pip install -r requirements.txt -USER "nobody" +#USER "nobody" ENTRYPOINT [ "/app/entrypoint.sh" ]