Updated Dockerfile and documentation
This commit is contained in:
parent
ea789d2a71
commit
1256b29708
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
@ -14,4 +14,4 @@ COPY source /srv/flask_app
|
|||||||
RUN chmod +x ./deploy/start.sh
|
RUN chmod +x ./deploy/start.sh
|
||||||
|
|
||||||
# Run the app
|
# Run the app
|
||||||
CMD ["./deploy/start.sh"]
|
CMD ["python", "bot.py"]
|
@ -1,3 +0,0 @@
|
|||||||
#!/usr/bin/env sh
|
|
||||||
|
|
||||||
python bot.py
|
|
Loading…
Reference in New Issue
Block a user