chore(docker): add Docker image build. Thanks @pexcn for the contributions!

Co-authored-by: Datong Sun <dndx@idndx.com>
This commit is contained in:
Sing Yu Chan
2023-02-13 23:29:59 +08:00
committed by GitHub
parent ee7ee5d5f9
commit d7913c1407
6 changed files with 319 additions and 0 deletions

11
docker/README.md Normal file
View File

@@ -0,0 +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.