rahulreshma commited on
Commit
de684f2
·
verified ·
1 Parent(s): 9829d97

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,4 +5,4 @@ RUN apt update && apt install -y python3
5
 
6
  #CMD python3 -m http.server
7
 
8
- CMD "./start.sh"
 
5
 
6
  #CMD python3 -m http.server
7
 
8
+ CMD ["./start.sh"]