rename main app modules
This commit is contained in:
parent
1019c3f3da
commit
bc2796492a
6 changed files with 7 additions and 6 deletions
|
@ -8,4 +8,4 @@ RUN pip3 install -r requirements.txt
|
|||
|
||||
COPY . .
|
||||
|
||||
CMD ["python", "./app.py"]
|
||||
CMD ["python", "./discordbot.py"]
|
|
@ -1,2 +1,3 @@
|
|||
discord.py==2.3.2
|
||||
APScheduler==3.10.4
|
||||
requests==2.31.0
|
||||
discord.py==2.3.2
|
|
@ -19,4 +19,4 @@ COPY . .
|
|||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD [ "waitress-serve", "--port=8080", "--call", "app:create_app"]
|
||||
CMD [ "waitress-serve", "--port=8080", "--call", "scheduler:create_app"]
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
APScheduler==3.10.4
|
||||
requests==2.31.0
|
||||
blinker==1.7.0
|
||||
click==8.1.7
|
||||
Flask==3.0.0
|
||||
|
@ -6,6 +8,4 @@ Jinja2==3.1.2
|
|||
MarkupSafe==2.1.3
|
||||
waitress==2.1.2
|
||||
Werkzeug==3.0.1
|
||||
APScheduler==3.10.4
|
||||
python-ffmpeg==2.0.10
|
||||
requests==2.31.0
|
Loading…
Reference in a new issue