PawinC commited on
Commit
3273b20
·
verified ·
1 Parent(s): 98dbf2f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -23,5 +23,4 @@ WORKDIR $HOME/app
23
  COPY --chown=user . $HOME/app
24
 
25
  RUN ["python", "initialSetup.py"]
26
- RUN mkdir -p hi && echo Hi! > hi/index.html && python -m http.server 7860 -d hi &
27
  CMD ["python", "main.py"]
 
23
  COPY --chown=user . $HOME/app
24
 
25
  RUN ["python", "initialSetup.py"]
 
26
  CMD ["python", "main.py"]