Create Dockerfile

This commit is contained in:
henryclw
2022-04-18 23:48:19 -07:00
parent aee764c2d6
commit b78f3c6853
3 changed files with 34 additions and 1 deletions

View File

@@ -28,6 +28,15 @@ pnpm dev
# http://localhost:3333
```
## docker
```bash
# build
docker build . -t henryclw/cook:dev
# start, then open http://localhost:3333
docker run -it -d --name cook_dev -p 3333:3333 henryclw/cook:dev
```
## 致谢
感谢以下小伙伴为本项目提供的数据支持和 QA