Separated loader with dp, bot and storage and added app,

which we'll be executing
This commit is contained in:
Kostiantyn Kriuchkov
2020-04-14 10:54:17 +03:00
parent eab45a5088
commit 43b241d4e7
7 changed files with 28 additions and 27 deletions

View File

@@ -6,4 +6,4 @@ COPY requirements.txt /botname/
RUN pip install -r /botname/requirements.txt
COPY . /botname/
CMD python3 /botname/bot.py
CMD python3 /botname/app.py