Files
Mapo-IOB-WIN/IOB-OPC-UA/Applications/ConsoleReferenceServer/dockerbuild.bat
T
2021-03-25 18:25:25 +01:00

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 .