mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-11 23:29:01 +08:00
fix: skip linking /etc/localtime file first in api docker image (#2099)
This commit is contained in:
parent
9ad7b65996
commit
483dcb6340
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user