251 B
251 B
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>