diff --git a/Dockerfile b/Dockerfile index af55ad8..065a325 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ 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", "/home/watcloud-slurm-ci/main.py"] # ENTRYPOINT ["python3", "/app/main.py"] # Custom user for running the CI