mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 10:56:52 +08:00
fix: skip linking /etc/localtime file first in api docker image (#2099)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user