14 lines
204 B
Markdown
14 lines
204 B
Markdown
# note to me
|
|
|
|
```bash
|
|
docker compose build --network host
|
|
```
|
|
|
|
```
|
|
docker compose up -d --force-recreate
|
|
```
|
|
|
|
# TODO
|
|
|
|
- [ ] let user choose whether use mirror (use which mirror) when building Dockerfile
|