5 lines
197 B
Batchfile
5 lines
197 B
Batchfile
REM build a docker container of the console reference server
|
|
dotnet build ConsoleReferenceServer.csproj
|
|
dotnet publish ConsoleReferenceServer.csproj -o ./publish
|
|
docker build -t consolerefserver .
|