mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-09-18 09:52:36 +00:00
!84 Code update
* MySQL的limit * update readme * set timezone for image * 没配置表时过滤视图表 * version for 1.6.5
This commit is contained in:
@@ -6,6 +6,9 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
ENV TZ=Asia/Shanghai
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
ENV TZ=Asia/Shanghai
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
ADD dbswitch-release.tar.gz /
|
||||
|
||||
EXPOSE 9088
|
||||
|
Reference in New Issue
Block a user