Spaces:
Running
Running
FROM ubuntu:latest | |
RUN apt update -y && apt install python3 -y | |
COPY ./index.html . | |
CMD python3 -m http.server -b 0.0.0.0 7860 |