Updated Dockerfile and documentation
This commit is contained in:
@@ -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"]
|
@@ -1,3 +0,0 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
python bot.py
|
Reference in New Issue
Block a user