Skip to content

Commit

Permalink
dockerfile: set default cmd to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed May 26, 2020
1 parent 06ac06e commit 57a49ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ COPY \
/

RUN /setup.sh ${scheme}

CMD ["/bin/bash"]

0 comments on commit 57a49ce

Please sign in to comment.