Add USER 1000:1000
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
This commit is contained in:
parent
5abb3436d5
commit
4a1a69e76f
@ -8,5 +8,7 @@ WORKDIR /
|
||||
COPY . .
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
USER 1000:1000
|
||||
|
||||
ENTRYPOINT [ "python" ]
|
||||
CMD [ "-u", "code/bot.py" ]
|
Loading…
x
Reference in New Issue
Block a user