diff --git a/Dockerfile b/Dockerfile index 0c30449..b7712f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,4 @@ FROM debian:latest RUN apt-get update && apt-get -y install openssh-client +ADD run /bin/ +ENTRYPOINT /bin/run