mirror of
https://github.com/KevinMidboe/cloudflare-ddns.git
synced 2025-10-29 01:20:17 +00:00
7 lines
98 B
Docker
7 lines
98 B
Docker
FROM python:3.10-alpine
|
|
|
|
COPY *.py ./
|
|
|
|
RUN pip install requests python-dotenv
|
|
CMD python3 main.py
|