mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 11:01:27 +00:00
Update Dockerfile (#340)
This commit is contained in:
parent
de987ee671
commit
eaf660069d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ RUN \
|
|||
COPY rootfs /
|
||||
|
||||
# Health check
|
||||
HEALTHCHECK CMD [[ "curl --fail http://127.0.0.1:9541" ] || [ "curl --fail --insecure https://127.0.0.1:9541" ]] || exit 1
|
||||
HEALTHCHECK CMD if ! curl --fail http://127.0.0.1:9541 && ! curl --fail --insecure https://127.0.0.1:9541; then exit 1; fi
|
||||
|
||||
# Build arguments
|
||||
ARG BUILD_ARCH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue