zhangyong 4 months ago
parent
commit
c19250ab52
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -6,9 +6,9 @@ COPY . .
 
 ENV TZ=Asia/Shanghai
 
-RUN apt update && apt --no-install-recommends install -y wget xz-utils nscd libgl-dev libglib2.0-dev fonts-wqy-zenhei \
+RUN apt update && apt --no-install-recommends install -y wget xz-utils nscd \
     && apt-get clean && rm -rf /var/lib/apt/lists/* \
     && pip install -r requirements.txt --no-cache-dir \
     && mkdir -p /app/cache
 
-ENTRYPOINT ["python", "/app/pq_video_redis.py"]
+ENTRYPOINT ["python", "/app/pq_video_reids.py"]