mirror of
https://github.com/KevinMidboe/cloudflare-ddns.git
synced 2025-12-08 20:28:54 +00:00
Dockerfile to install dependencies & execute check & action
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.10-alpine
|
||||
|
||||
COPY *.py .
|
||||
COPY .env .
|
||||
|
||||
RUN pip install requests python-dotenv
|
||||
CMD python3 main.py
|
||||
Reference in New Issue
Block a user