update 优化 seata dockerfile 增加环境变量
parent
05b4f9caca
commit
2176026893
|
|
@ -10,7 +10,7 @@ RUN mkdir -p /ruoyi/seata-server/logs \
|
|||
|
||||
WORKDIR /ruoyi/seata-server
|
||||
|
||||
ENV TZ=PRC LANG=C.UTF-8 LC_ALL=C.UTF-8 JAVA_OPTS=""
|
||||
ENV TZ=PRC LANG=C.UTF-8 LC_ALL=C.UTF-8 JAVA_OPTS="" SEATA_IP="" SEATA_PORT=""
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
EXPOSE 7091
|
||||
|
|
|
|||
Loading…
Reference in New Issue