This commit is contained in:
zpc 2025-03-28 01:50:21 +08:00
parent 142582a50f
commit c00993506a

View File

@ -18,6 +18,9 @@ COPY . .
WORKDIR "/src/."
RUN dotnet build "./ShengShengBuXi.csproj" -c $BUILD_CONFIGURATION -o /app/build
RUN mkdir -p /app/config
RUN mkdir -p /app/recordings
# 此阶段用于发布要复制到最终阶段的服务项目
# 此阶段用于发布要复制到最终阶段的服务项目
FROM build AS publish
ARG BUILD_CONFIGURATION=Release