diff --git a/frontend/Dockerfile b/frontend/Dockerfile index dc4d24f..d487766 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -10,7 +10,6 @@ COPY frontend /usr/local/app/ RUN npm install RUN npm run build - FROM nginx:latest # Copy the project files to the container diff --git a/telegram_bot/Dockerfile b/telegram_bot/Dockerfile index bb48e9a..49dd01c 100644 --- a/telegram_bot/Dockerfile +++ b/telegram_bot/Dockerfile @@ -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"]