CaioXapelaum commited on
Commit
7c34711
·
verified ·
1 Parent(s): a8ad9cc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- RUN cd "curl-converter-web-static"
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"]