diff --git a/Dockerfile b/Dockerfile index eb7e9dc..1582cea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,4 @@ RUN pip3 install -r requirements.txt # Note the env variable GITHUB_ACCESS_TOKEN will need to be set in order to authenticate with the GitHub API CMD ["python3", "main.py"] -USER alexboden \ No newline at end of file +# USER alexboden \ No newline at end of file