From 483dcb6340e0514f2a28e25f0fe21a1ff7262cf5 Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Fri, 19 Jan 2024 21:06:26 +0800 Subject: [PATCH] fix: skip linking /etc/localtime file first in api docker image (#2099) --- api/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index aec0d47cfc..d060055941 100644 --- a/api/Dockerfile +++ b/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