CaioXapelaum commited on
Commit
7c79d24
·
verified ·
1 Parent(s): 42f90cd

Create Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]