You've already forked iplist-generator
Initial Project Import
This commit is contained in:
16
Dockerfile
Normal file
16
Dockerfile
Normal file
@@ -0,0 +1,16 @@
|
||||
FROM python:3-slim AS build
|
||||
|
||||
COPY src/ /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
|
||||
|
||||
VOLUME /app/data
|
||||
|
||||
ENV NOIP_HOST="127.0.0.1"
|
||||
ENV NOIP_USERNAME=""
|
||||
ENV NOIP_PASSWORD=""
|
||||
|
||||
CMD ["python3", "app.py"]
|
||||
Reference in New Issue
Block a user