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