🐛 Fix build
This commit is contained in:
@@ -61,8 +61,7 @@ ARG BUILD_CONFIGURATION=Release
|
|||||||
RUN mkdir -p /app/publish/zh-Hans
|
RUN mkdir -p /app/publish/zh-Hans
|
||||||
RUN dotnet publish "DysonNetwork.Sphere.csproj" -c $BUILD_CONFIGURATION -o /app/publish \
|
RUN dotnet publish "DysonNetwork.Sphere.csproj" -c $BUILD_CONFIGURATION -o /app/publish \
|
||||||
-p:TypeScriptCompileBlocked=true \
|
-p:TypeScriptCompileBlocked=true \
|
||||||
-p:UseRazorBuildServer=false \
|
-p:UseRazorBuildServer=false
|
||||||
/p:UseAppHost=false
|
|
||||||
|
|
||||||
# Final stage: Runtime
|
# Final stage: Runtime
|
||||||
FROM base AS final
|
FROM base AS final
|
||||||
|
Reference in New Issue
Block a user