🐛 The compile error has been fixed by ChatGPT which I dont know how did it made it
This commit is contained in:
@ -14,7 +14,8 @@ RUN dotnet build -c $BUILD_CONFIGURATION -o /app/build
|
||||
|
||||
FROM build AS publish
|
||||
ARG BUILD_CONFIGURATION=Release
|
||||
RUN dotnet publish -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
|
||||
RUN mkdir -p /app/publish/zh-Hans
|
||||
RUN dotnet publish -c $BUILD_CONFIGURATION -o /app/publish
|
||||
|
||||
FROM base AS final
|
||||
WORKDIR /app
|
||||
|
Reference in New Issue
Block a user