4 lines
77 B
Batchfile
4 lines
77 B
Batchfile
@echo off
|
|
echo .\gradlew Server:jar | cmd
|
|
docker build -t server-testbuild .
|