cloudflare-dns-updater/Dockerfile
Neshura 3d8a5b776a
Added Dockerfile to repo
Will be used by Gitlab CI/CD to auto build the image
2022-11-27 16:12:05 +01:00

10 lines
236 B
Docker

# 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