Updated Dockerfile
This commit is contained in:
parent
1256b29708
commit
692d7f7666
@ -10,8 +10,5 @@ RUN pip install -r requirements.txt --src /usr/local/src --no-warn-script-locati
|
|||||||
# Copy the source code to the working directory
|
# Copy the source code to the working directory
|
||||||
COPY source /srv/flask_app
|
COPY source /srv/flask_app
|
||||||
|
|
||||||
# Change file permissions
|
|
||||||
RUN chmod +x ./deploy/start.sh
|
|
||||||
|
|
||||||
# Run the app
|
# Run the app
|
||||||
CMD ["python", "bot.py"]
|
CMD ["python", "bot.py"]
|
Loading…
Reference in New Issue
Block a user