소스 검색

fix: skip linking /etc/localtime file first in api docker image (#2099)

Bowen Liang 1 년 전
부모
커밋
483dcb6340
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      api/Dockerfile

+ 0 - 2
api/Dockerfile

@@ -26,8 +26,6 @@ EXPOSE 5001
 
 # set timezone
 ENV TZ UTC
-RUN ln -s /usr/share/zoneinfo/${TZ} /etc/localtime \
-    && echo ${TZ} > /etc/timezone
 
 WORKDIR /app/api