FROM python:3.12.7 WORKDIR /app COPY . . RUN git clone https://github.com/caioxapelao/curl-converter-web-static.git RUN cd "curl-converter-web-static" CMD ["python", "-m", "http.server", "7860"]