diff --git a/Dockerfile b/Dockerfile index 0ccea2b..7775f7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,5 +26,5 @@ COPY --chown=$USER:$USER / $ACTUALYIELD_PATH RUN pip3 install -Ur $ACTUALYIELD_PATH/requirements.txt # Run container as root to be able to create and write in folders -USER $USER +USER root ENTRYPOINT [ "./run.sh" ]