docker: build with github actions

This commit is contained in:
pexcn
2022-12-11 01:22:50 +08:00
parent a2d5cb5f03
commit 0c3e1ab5cd
2 changed files with 40 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
# phantun (docker)
## Build
```sh
docker build -t phantun -f docker/Dockerfile .
```
## Usage
It is recommended to use docker-compose, see [docker-compose.yml](docker-compose.yml) for details.