- Build the Docker image:
docker build --build-arg PAPERMC_VERSION=1.15.2 -t papermc:1.15.2 .
- Run the Docker image:
docker run -d -it -e JVM_MEM=1G -p 25565:25565 papermc:1.15.2
I'd like to thank the following GitHub users for allowing others to use their hard work.
- ldilley for Minestat