diff --git a/Dockerfile b/Dockerfile index 0185203..4b52128 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,5 @@ RUN pip3 install -r requirements.txt # CMD ["python3", "main.py"] ENTRYPOINT ["python3", "/app/main.py"] -# USER alexboden \ No newline at end of file +# Custom user for running the CI +USER watcloud-slurm-ci \ No newline at end of file