Skip to content

Commit

Permalink
update USER
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Oct 27, 2024
1 parent 9de635e commit 166138c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ COPY requirements.txt /app/
RUN pip3 install -r requirements.txt

# Run the Python script
CMD ["python3", "main.py"]
CMD ["python3", "main.py"]

USER gha-runner

0 comments on commit 166138c

Please sign in to comment.