Skip to content

Commit a6e8093

Browse files
committed
Updated docker compilation script for dotnet6 for windows projects DNP3, OPC-DA. Fix container name.
1 parent c919ba2 commit a6e8093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile-docker/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ services:
6060
# NOTICE Dnp3Client and OPC-DA-Client are Windows-only, so it can only run in docker/linux using Wine.
6161
dotnet_compile_win:
6262
image: mcr.microsoft.com/dotnet/sdk:6.0
63-
container_name: js_dotnet_compile
63+
container_name: js_dotnet_compile_win
6464
command: sh -c "cd /src/OPC-DA-Client/ &&
6565
dotnet publish --self-contained --runtime win-x64 -p:PublishReadyToRun=false -f net6.0-windows -c Release -o /publish_bin_win/ OPC-DA-Client.csproj &&
6666
rm -rf obj bin &&

0 commit comments

Comments
 (0)