add docker build action
Some checks failed
Release / build (push) Has been cancelled

This commit is contained in:
2023-01-16 22:58:45 +08:00
parent 529ef40a82
commit a2e5b9d24d
4 changed files with 46 additions and 2 deletions

View File

@@ -26,3 +26,10 @@
注册地址在 `/profile/index.html`
## Docker
使用 docker 快速上手:
```shell
docker run -d --name yggdrasil-go -v $(pwd)/data:/app/data -p 8080:8080 gardel/yggdrasil-go:latest
```