FROM python:3-alpine MAINTAINER strahe <[email protected]> WORKDIR /app ADD . /app ENTRYPOINT ["python", "ddns.py"]