Fix build stage

main
ilitirit 3 years ago
parent 9dec980bf6
commit bce9f568c1

@ -27,7 +27,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:7.0.4-jammy-arm64v8
# Set the working directory # Set the working directory
WORKDIR /app WORKDIR /app
COPY --from=publish /app/publish . COPY --from=build /app/publish .
# Set the ASPNETCORE_ENVIRONMENT environment variable # Set the ASPNETCORE_ENVIRONMENT environment variable
ENV ASPNETCORE_ENVIRONMENT=Production ENV ASPNETCORE_ENVIRONMENT=Production

Loading…
Cancel
Save