From dd4eb1ec44c65698f7ea51bfc81b1b0c5812a178 Mon Sep 17 00:00:00 2001 From: yshtcn Date: Mon, 3 Jun 2024 21:37:38 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d0f6a57..9330513 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY config.sample.json /app/config.sample.json # Run update_aliyun.py when the container launches -CMD ["python", "update_aliyun.py"] +CMD ["python", "AliCloudIPUpdater.py"]