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