Fixed Dockerfile
This commit is contained in:
parent
11140aac97
commit
00e27ba776
@ -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
|
||||||
|
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user