Update Dockerfile

This commit is contained in:
Alexandre
2023-03-01 21:49:24 +01:00
committed by GitHub
parent a5d9506372
commit d10abf3362

View File

@@ -89,15 +89,20 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
# 4 Entrypoint #
################
RUN chmod 777 /etc/services.d/*/*
#RUN chmod 777 /entrypoint.sh
#WORKDIR /
#ENTRYPOINT [ "/usr/bin/env" ]
#CMD [ "/entrypoint.sh" ]
#SHELL ["/bin/bash", "-o", "pipefail", "-c"]
#################
# 5 Healthcheck #
#################
HEALTHCHECK CMD curl --fail http://127.0.0.1:9000 || exit 1
############
# 5 Labels #
# 6 Labels #
############
ARG BUILD_ARCH