Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Dec 6, 2024
1 parent 5305f0e commit d88cfd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monica/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.

WORKDIR /config
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENTRYPONT [ /ha_entrypoint.sh ]
ENTRYPOINT [ /ha_entrypoint.sh ]

############
# 5 Labels #
Expand Down Expand Up @@ -104,7 +104,7 @@ LABEL \
# 6 Healthcheck #
#################

ENV HEALTH_PORT="80" \
ENV HEALTH_PORT="8080" \
HEALTH_URL=""
HEALTHCHECK \
--interval=5s \
Expand Down

0 comments on commit d88cfd3

Please sign in to comment.