Skip to content

Commit d113497

Browse files
committed
[INFRA-425] add workdir and cmd
1 parent f8089de commit d113497

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ COPY image/id_rsa.pub /root/.ssh/authorized_keys
77
RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.0.3/dumb-init_1.0.3_amd64.deb
88
RUN dpkg -i dumb-init_*.deb
99
EXPOSE 22
10+
11+
WORKDIR /tmp
12+
CMD "python"

0 commit comments

Comments
 (0)