diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..c220702 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,10 @@ +# Generate Python Image +FROM python:3.10.8-slim-buster as builder + +WORKDIR /app + +# Copy only the required files over +COPY set_ip.sh cloudflare_script.py config.ini cloudflare.json ./ +RUN ls -a /etc/systemd + +#RUN pip install Cloudflare \ No newline at end of file