Updated Dockerfile and documentation

This commit is contained in:
Administrator 2022-05-03 11:30:19 +02:00
parent ea789d2a71
commit 1256b29708
4 changed files with 100 additions and 103 deletions

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -14,4 +14,4 @@ COPY source /srv/flask_app
RUN chmod +x ./deploy/start.sh
# Run the app
CMD ["./deploy/start.sh"]
CMD ["python", "bot.py"]

View File

@ -1,3 +0,0 @@
#!/usr/bin/env sh
python bot.py