diff --git a/compile-docker/docker-compose.yaml b/compile-docker/docker-compose.yaml index e33100e3..a72c4a59 100644 --- a/compile-docker/docker-compose.yaml +++ b/compile-docker/docker-compose.yaml @@ -44,7 +44,7 @@ services: cd iec61850_client && dotnet publish --no-self-contained --runtime linux-x64 -p:PublishReadyToRun=true -c Release -o /publish_bin/ && rm -rf obj bin && - cd dotnet/core/2.0/IEC61850.NET.core.2.0 && + cd /src/libiec61850/dotnet/core/2.0/IEC61850.NET.core.2.0/ && rm -rf obj bin && cd /src/OPC-DA-Client/ && dotnet publish --self-contained --runtime win-x64 -p:PublishReadyToRun=true -f net8.0-windows -c Release -o /publish_bin_win/ OPC-DA-Client.csproj &&