mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 03:40:11 +01:00
Initial commit
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.12.9-slim-bookworm
|
||||
|
||||
WORKDIR /bot
|
||||
COPY . /bot
|
||||
|
||||
RUN python -m pip install -r requirements.txt
|
||||
|
||||
ENTRYPOINT [ "python", "bot.py" ]
|
||||
Reference in New Issue
Block a user