mirror of
https://github.com/jeecgboot/qiaoqiaoyun.git
synced 2025-11-29 01:05:43 +08:00
docker镜像制作
This commit is contained in:
9
docker/Dockerfile.mysql
Normal file
9
docker/Dockerfile.mysql
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM registry.cn-hangzhou.aliyuncs.com/jeecgdocker/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 ./qiaoqiaoyun.sql /docker-entrypoint-initdb.d
|
||||
Reference in New Issue
Block a user