Fixed Dockerfile

This commit is contained in:
2022-04-04 16:10:37 +02:00
parent 11140aac97
commit 00e27ba776
2 changed files with 0 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ COPY telegram_bot /srv/flask_app
# Change file permissions
RUN chmod +x ./deploy/start.sh
RUN chmod +x ./deploy/healthcheck.sh
# TODO: Set healthcheck
# HEALTHCHECK --interval=15s --timeout=2s CMD ["./deploy/healthcheck.sh"]