Fixed Dockerfile

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

View File

@ -10,7 +10,6 @@ COPY frontend /usr/local/app/
RUN npm install RUN npm install
RUN npm run build RUN npm run build
FROM nginx:latest FROM nginx:latest
# Copy the project files to the container # Copy the project files to the container

View File

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