mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 12:48:58 +08:00
🐛 Fixing a bug. close #I4FFIE docker 部署后端:启动失败
This commit is contained in:
parent
f2b3cc38e8
commit
9152d282af
@ -1,11 +1,11 @@
|
||||
FROM mysql/mysql-server:8.0.26
|
||||
FROM mysql:8.0.27
|
||||
|
||||
MAINTAINER lengleng(wangiegie@gmail.com)
|
||||
|
||||
ENV TZ=Asia/Shanghai
|
||||
|
||||
RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
||||
m
|
||||
COPY ./pig.sql /docker-entrypoint-initdb.d
|
||||
|
||||
COPY ./pig_codegen.sql /docker-entrypoint-initdb.d
|
||||
|
Loading…
Reference in New Issue
Block a user