修改dockerfile

This commit is contained in:
cli 2025-05-19 10:12:31 +08:00
parent 252e93bbfc
commit d66d9940bf

View File

@ -17,7 +17,7 @@ COPY ["shared/", "shared/"]
COPY ["protocols/", "protocols/"]
# 恢复项目依赖
RUN dotnet restore "JiShe.CollectBus.sln"
RUN dotnet restore "JiShe.CollectBus.Main.sln"
# 构建项目
WORKDIR "/web/JiShe.CollectBus.Host"