This commit is contained in:
liushoushan_notebook 2022-06-30 16:17:25 +08:00
parent 1e63259632
commit 562838706e

View File

@ -23,8 +23,8 @@ COPY ["Plugins/Drivers/DriverSimTcpClient/DriverSimTcpClient.csproj", "Plugins/D
# 测试的内容
RUN ls /src/Plugins/ -l
RUN dotnet restore "Plugins/Drivers/DriverModbusMaster/DriverModbusMaster.csproj"
RUN ls /src/Plugins/Drivers -l
RUN dotnet restore "/src/Plugins/Drivers/DriverModbusMaster/DriverModbusMaster.csproj"
WORKDIR "/src/Plugins/Drivers/DriverModbusMaster"
RUN dotnet build "DriverModbusMaster.csproj" -c Release -o /app/build/drivers/net6.0