refactor and add newzmz

add userinfo in comment, fix docker cache
This commit is contained in:
BennyThink
2021-06-26 15:00:01 +08:00
parent 07186e0bf8
commit 7d33d27ea4
9 changed files with 278 additions and 274 deletions

View File

@@ -4,12 +4,10 @@ default:
dev:
rm -f YYeTsFE/.env
git checkout docker-compose.yml
git pull
git submodule update --remote
cp .env YYeTsFE/.env
docker build -t bennythink/yyetsbot .
cp ../docker-compose.yml ./docker-compose.yml
docker-compose up -d
clean: