You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Server/rebuildDocker.ps1

4 lines
125 B

.\gradlew Server:jar
docker build -t server-testbuild .
# docker run --rm -e "MMU_LOG_LEVEL=5" -p 1218:1218 server-testbuild