@@ -11,4 +11,4 @@ RUN apt update && apt --no-install-recommends install -y wget xz-utils nscd \
&& pip install -r requirements.txt --no-cache-dir \
&& mkdir -p /app/cache
-ENTRYPOINT ["python", "/app/job_data.py"]
+ENTRYPOINT ["python", "/app/job_top_data.py"]
@@ -33,7 +33,7 @@ services:
- ENV=prod
networks:
- carry_net
- entrypoint: "python /app/job_hour_data_redis.py"
+ entrypoint: "python /app/job_top_hour_data_redis.py"
carry_net:
name: carry_net