forked from Mirrors/cloudflare-ddns-docker
Switching to an ApplicationJob based app
This commit is contained in:
@ -2,7 +2,7 @@ FROM python:3.9-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ENTRYPOINT ["python3", "-m", "cloudflare-ddns"]
|
||||
ENTRYPOINT ["python3", "-m", "cloudflare_ddns"]
|
||||
CMD []
|
||||
|
||||
# Install requirements in a separate step to not rebuild everything when the requirements are updated.
|
||||
|
Reference in New Issue
Block a user