1
0
mirror of https://github.com/civsocit/olgram.git synced 2025-12-16 22:26:16 +00:00

Независимый проект Instance

This commit is contained in:
mihalin
2021-07-03 12:56:59 +03:00
parent 60bb00bcc9
commit c5e0192d24
9 changed files with 123 additions and 22 deletions

View File

@@ -5,6 +5,6 @@ COPY . /app
WORKDIR /app
RUN pip install --upgrade pip && \
pip install -r requirements.txt && \
pip install -r requirements.txt
CMD ["python", "instance"]
CMD ["python", "bot.py"]