7c79d24 a8ad9cc 7c79d24 7c34711
1
2
3
4
5
6
7
8
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"]