docker/README.md

14 lines
251 B
Markdown
Raw Normal View History

2023-04-14 08:35:51 +00:00
# `github.com/Cvolton/GMDprivateServer`, packaged in docker
## Usage:
building:
```
docker buildx build . -t <image tag>
```
running (remove the `-it` params to run in background):
```
docker run -p 8080:80 --rm -it <the tag you chose earlier>
```