diff --git a/Expedience.Web/Dockerfile b/Expedience.Web/Dockerfile index 88ff0c6..eee2c9c 100644 --- a/Expedience.Web/Dockerfile +++ b/Expedience.Web/Dockerfile @@ -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