Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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"]
|