summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-03-08 16:57:11 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-03-08 16:57:11 +0200
commitf58178da13a1a5bfa7ea783ebf7e9a9511dd3f11 (patch)
tree4c832071d5b18ee769b47e0cffae889a5853d72f /Dockerfile
parentfd7f699029899cdcedc4f801d76a9c3268ecb532 (diff)
Start building the test infrastructure to launch this docker ssh daemon
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 96e8186..f89ca10 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,8 +13,8 @@ RUN sed -i /etc/ssh/sshd_config \
RUN adduser --shell /usr/bin/shackle shukkie && passwd -d shukkie
-ARG CHANNEL=debug
-COPY target/${CHANNEL}/shackle /usr/bin/shackle
+ARG SHELL=target/debug/shackle
+COPY ${SHELL} /usr/bin/shackle
ENTRYPOINT service ssh start && bash