Skip to content

Commit

Permalink
Merge pull request #539 from Laixer/develop
Browse files Browse the repository at this point in the history
v3.2.3
  • Loading branch information
yorickdewid authored Apr 5, 2021
2 parents 42c762e + b74868b commit c1cb9a8
Show file tree
Hide file tree
Showing 67 changed files with 732 additions and 2,421 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FunderMaps Ecosystem

# Build application solution
FROM mcr.microsoft.com/dotnet/sdk:5.0-focal AS build
FROM mcr.microsoft.com/dotnet/sdk AS build
WORKDIR /source

# The subtool must be defined. The build container will only build the
Expand Down Expand Up @@ -29,7 +29,7 @@ RUN dotnet publish -c release -o /app \
&& cp /source/contrib/etc/_appsettings.Staging.json /app/appsettings.Staging.json

# Build runtime image
FROM mcr.microsoft.com/dotnet/aspnet:5.0-focal
FROM mcr.microsoft.com/dotnet/aspnet
ENV DOTNET_PRINT_TELEMETRY_MESSAGE=false
WORKDIR /app
COPY --from=build /app .
Expand Down
Loading

0 comments on commit c1cb9a8

Please sign in to comment.