Spaces:
Sleeping
Sleeping
Create Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM python:3.12.7
|
2 |
+
RUN git clone https://github.com/caioxapelao/curl-converter-web-static.git
|
3 |
+
RUN cd "curl-converter-web-static"
|
4 |
+
CMD ["python", "-m", "http.server", "7860"]
|