We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af7d9c commit 14a652dCopy full SHA for 14a652d
deploy/V 1.0/start.sh
@@ -12,7 +12,7 @@ CONTAINER_MYSQL="springboot.mybatis.mysql"
12
# 判断是否存在环境变量文件, 存在则读取
13
if [ -f "./.env" ]; then
14
info "读取环境变量配置信息..."
15
- cat ./.env
+ source ./.env
16
fi
17
18
# 日志存放路径
0 commit comments