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