Преглед изворни кода

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

tags/0.4.9
Bowen Liang пре 1 година
родитељ
комит
483dcb6340
No account linked to committer's email address
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


Loading…
Откажи
Сачувај