Spaces:
Sleeping
Sleeping
CaioXapelaum
commited on
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -3,5 +3,5 @@ FROM python:3.12.7
|
|
3 |
WORKDIR /app
|
4 |
COPY . .
|
5 |
RUN git clone https://github.com/caioxapelao/curl-converter-web-static.git
|
6 |
-
|
7 |
-
CMD ["python", "-m", "http.server", "7860"]
|
|
|
3 |
WORKDIR /app
|
4 |
COPY . .
|
5 |
RUN git clone https://github.com/caioxapelao/curl-converter-web-static.git
|
6 |
+
WORKDIR /app/curl-converter-web-static
|
7 |
+
CMD ["python", "-m", "http.server", "7860"]
|