ENV TZ 'Asia/Taipei' RUN apt install tzdata -y # $TZ是在前面內容設定的環境變數RUN echo $TZ > /etc/timezone && \ rm /etc/localtime && \ ln ...
確定! 回上一頁