dev #4

Merged
admin merged 158 commits from dev into master 2025-05-20 05:39:26 +00:00
Showing only changes of commit c3f940fd7b - Show all commits

View File

@ -7,7 +7,7 @@ ENV ASPNETCORE_ENVIRONMENT=Production
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
# WORKDIR /src
COPY ["JiShe.CollectBus.sln", "."]
COPY ["JiShe.CollectBus.Main.sln", "."]
COPY ["common.props", "."]
COPY ["NuGet.Config", "."]
COPY ["web/", "web/"]