Skip to content

Commit

Permalink
full path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Nov 11, 2024
1 parent 6981f76 commit 591c78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 591c78b

Please sign in to comment.