first one
This commit is contained in:
7
bot/Dockerfile
Normal file
7
bot/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM python:3.11.3
|
||||
WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
ADD app/ .
|
||||
ENTRYPOINT ["python"]
|
||||
CMD ["/app/bot.py"]
|
||||
Reference in New Issue
Block a user