Skip to content

Commit 4604dd2

Browse files
committed
Add CMD to dockerfile so run defaults to shell
1 parent 9e1c9ff commit 4604dd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Pidaq/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ COPY helloTest.sh /usr/local/bin
2929
RUN sed -i.bak 's/\r$//' /usr/local/bin/helloTest.sh && \
3030
chmod +x /usr/local/bin/helloTest.sh
3131

32+
CMD /bin/bash

0 commit comments

Comments
 (0)