Update Dockerfile

This commit is contained in:
yshtcn
2024-06-03 21:37:38 +08:00
committed by GitHub
parent 189f09c54b
commit dd4eb1ec44

View File

@@ -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"]