We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8089de commit d113497Copy full SHA for d113497
Dockerfile
@@ -7,3 +7,6 @@ COPY image/id_rsa.pub /root/.ssh/authorized_keys
7
RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.0.3/dumb-init_1.0.3_amd64.deb
8
RUN dpkg -i dumb-init_*.deb
9
EXPOSE 22
10
+
11
+WORKDIR /tmp
12
+CMD "python"
0 commit comments