Unverified Commit 483dcb63 authored by Bowen Liang's avatar Bowen Liang Committed by GitHub

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

parent 9ad7b659
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment