summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-03-11 21:04:18 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-03-11 21:04:18 +0200
commit5b52ed7ed242ce40cfd331a2fdb78e106413e138 (patch)
treea532b2f2698248a12d56739c52904db6d3fd7a3f /Dockerfile
parentf00b442e0ef0bcf409b4698c1bc4f48a0887eba6 (diff)
Fixed several small issues preventing ssh tests from running correctly in parallel
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f89ca10..72daa5a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@ RUN adduser --shell /usr/bin/shackle shukkie && passwd -d shukkie
ARG SHELL=target/debug/shackle
COPY ${SHELL} /usr/bin/shackle
-ENTRYPOINT service ssh start && bash
+ENTRYPOINT service ssh start && echo "Ready" && bash
# docker build -t shackle-server --build-arg CHANNEL=release ./
# docker run -it -p 2022:22 shackle-server