ming512 commited on
Commit
b846c31
1 Parent(s): 91976d4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -8,4 +8,5 @@ WORKDIR /code
8
 
9
  COPY . .
10
 
11
- #CMD ["/usr/bin/bash"]
 
 
8
 
9
  COPY . .
10
 
11
+ #CMD ["/usr/bin/bash"]
12
+ ENTRYPOINT ["/bin/bash"]