mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
Added function calling and lots of other stuff
This commit is contained in:
@@ -11,4 +11,4 @@ WORKDIR /Botator/code/
|
||||
# Creates a non-root user with an explicit UID and adds permission to access the /app folder
|
||||
RUN adduser -u 5678 --disabled-password --gecos "" appuser && chown -R appuser /Botator/code
|
||||
USER appuser
|
||||
CMD ["python", "code.py"]
|
||||
CMD ["python", "main.py"]
|
||||
Reference in New Issue
Block a user