mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-01 09:55:28 +08:00
Jeecg Boot 2.2.1 版本发布,低代码平台
This commit is contained in:
9
jeecg-boot/db/Dockerfile
Normal file
9
jeecg-boot/db/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM mysql:8.0.19
|
||||
|
||||
MAINTAINER jeecgos@163.com
|
||||
|
||||
ENV TZ=Asia/Shanghai
|
||||
|
||||
RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
COPY ./jeecgboot-mysql-5.7.sql /docker-entrypoint-initdb.d
|
||||
Reference in New Issue
Block a user