Server/rebuildDocker.bat

4 lines
77 B
Batchfile

@echo off
echo .\gradlew Server:jar | cmd
docker build -t server-testbuild .