mirror of
https://github.com/StepanovPlaton/HomeServerServices.git
synced 2026-04-03 20:30:44 +04:00
Add matrix, cloud, gitea
This commit is contained in:
10
proxy/ddns/Dockerfile
Normal file
10
proxy/ddns/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.10-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY ddns_updater.py .
|
||||
|
||||
ENTRYPOINT ["python", "ddns_updater.py"]
|
||||
Reference in New Issue
Block a user