mirror of
https://github.com/civsocit/olgram.git
synced 2026-03-02 07:47:20 +00:00
Пример Instance бота, разные команды
This commit is contained in:
10
instance/Dockerfile
Normal file
10
instance/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.8-buster
|
||||
|
||||
COPY . /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip install --upgrade pip && \
|
||||
pip install -r requirements.txt && \
|
||||
|
||||
CMD ["python", "instance"]
|
||||
Reference in New Issue
Block a user