scripts icon indicating copy to clipboard operation
scripts copied to clipboard

docker-entrypoint.sh 有个错误,logs目录建成conf

Open AboutCXJ opened this issue 4 years ago • 1 comments

if [ ! -d $CODE_DIR/logs ]; then
  echo "日志目录不存在, 创建目录..."
  mkdir -p $CODE_DIR/conf
fi

AboutCXJ avatar Jul 29 '21 14:07 AboutCXJ

已更正

ClassmateLin avatar Jul 30 '21 01:07 ClassmateLin