33
This commit is contained in:
parent
c00993506a
commit
9b53d91c7f
|
|
@ -29,7 +29,5 @@ RUN dotnet publish "./ShengShengBuXi.csproj" -c $BUILD_CONFIGURATION -o /app/pub
|
|||
# 此阶段在生产中使用,或在常规模式下从 VS 运行时使用(在不使用调试配置时为默认值)
|
||||
FROM base AS final
|
||||
WORKDIR /app
|
||||
WORKDIR /app/config
|
||||
WORKDIR /app/recordings
|
||||
COPY --from=publish /app/publish .
|
||||
ENTRYPOINT ["dotnet", "ShengShengBuXi.dll"]
|
||||
Loading…
Reference in New Issue
Block a user