mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-03 12:04:32 +08:00
fix the hc
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
900ac1463b
commit
8b9a87b893
2 changed files with 2 additions and 3 deletions
|
@ -6,6 +6,7 @@ RUN set -ex; \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
bash \
|
||||||
bind-tools; \
|
bind-tools; \
|
||||||
chmod -R 777 /tmp
|
chmod -R 777 /tmp
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
nc -z "$NEXTCLOUD_HOST" 9000 || exit 0
|
nc -z "$NEXTCLOUD_HOST" 9000 || exit 0
|
||||||
if ! nc -z localhost 2375; then
|
nc -z localhost 2375 || exit 1
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue