Added Dockerfile to repo

Will be used by Gitlab CI/CD to auto build the image
This commit is contained in:
Neshura 2022-11-27 16:12:05 +01:00
parent 35571a68c1
commit 3d8a5b776a
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A

10
Dockerfile Normal file
View file

@ -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