删除无用文档
This commit is contained in:
@@ -27,10 +27,12 @@
|
||||
```bash
|
||||
docker compose -f deploy/docker-compose.dev.yml up -d
|
||||
|
||||
docker exec -i hfb-mysql mysql -uhfb -psecret hfb_sys < backend/migrations/000001_init.sql
|
||||
|
||||
cd backend
|
||||
cp .env.example .env
|
||||
go run github.com/pressly/goose/v3/cmd/goose@v3.27.1 \
|
||||
-dir migrations \
|
||||
mysql 'hfb:secret@tcp(127.0.0.1:3306)/hfb_sys?charset=utf8mb4&parseTime=True&loc=Local&multiStatements=true' \
|
||||
up
|
||||
go run ./cmd/api
|
||||
|
||||
cd ../frontend
|
||||
|
||||
Reference in New Issue
Block a user