22
This commit is contained in:
parent
142582a50f
commit
c00993506a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user