Separated loader with dp, bot and storage and added app,
which we'll be executing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user