diff --git a/Dockerfile b/Dockerfile index 9b3522a..2403ce7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,8 @@ RUN pip3 install -r requirements.txt # Run the Python script # Note the env variable GITHUB_ACCESS_TOKEN will need to be set in order to authenticate with the GitHub API -# CMD ["python3", "main.py"] +CMD ["python3", "main.py"] # ENTRYPOINT ["python3", "/app/main.py"] # Custom user for running the CI -# USER watcloud-slurm-ci \ No newline at end of file +USER watcloud-slurm-ci \ No newline at end of file