Skip to content

Commit 8b9a87b

Browse files
committed
fix the hc
Signed-off-by: Simon L <[email protected]>
1 parent 900ac14 commit 8b9a87b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Containers/docker-socket-proxy/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN set -ex; \
66
apk add --no-cache \
77
ca-certificates \
88
tzdata \
9+
bash \
910
bind-tools; \
1011
chmod -R 777 /tmp
1112

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/bin/bash
22

33
nc -z "$NEXTCLOUD_HOST" 9000 || exit 0
4-
if ! nc -z localhost 2375; then
5-
exit 1
6-
fi
4+
nc -z localhost 2375 || exit 1

0 commit comments

Comments
 (0)