We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8089de + d113497 commit 50b277fCopy full SHA for 50b277f
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