Initial project structure
This commit is contained in:
commit
42801e5c6d
3 changed files with 29 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM python:3-alpine
|
||||
RUN pip install --no-cache-dir --upgrade pip
|
||||
|
||||
WORKDIR /app
|
||||
COPY src/ ./
|
||||
CMD [ "python", "ddns_update.py" ]
|
Loading…
Add table
Add a link
Reference in a new issue