From 19987b3a22b6b0c61a99ca97097003c7089630ed Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 27 Oct 2024 23:16:04 +0000 Subject: [PATCH] remove user --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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