summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
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