Add USER 1000:1000
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run

This commit is contained in:
Parker M. 2025-01-20 20:33:42 -06:00
parent 5abb3436d5
commit 4a1a69e76f
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E

View File

@ -8,5 +8,7 @@ WORKDIR /
COPY . .
RUN pip install -r requirements.txt
USER 1000:1000
ENTRYPOINT [ "python" ]
CMD [ "-u", "code/bot.py" ]