mukuu commited on
Commit
2b1babe
·
verified ·
1 Parent(s): 4a798cd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,5 +23,5 @@ RUN chmod +x script.sh
23
  EXPOSE 7860
24
 
25
  # Run the script and the HTTP server in parallel
26
- CMD ["bash", "-c", "./script.sh & python3 -m http.server 7860"]
27
 
 
23
  EXPOSE 7860
24
 
25
  # Run the script and the HTTP server in parallel
26
+ CMD ./script.sh & python3 -m http.server 7860
27