We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10f124 commit a7110d1Copy full SHA for a7110d1
src/Aguacongas.TheIdServer.BlazorApp/Dockerfile
@@ -39,7 +39,7 @@ RUN dotnet build "Aguacongas.TheIdServer.BlazorApp.csproj" -c Release -o /app/bu
39
FROM build AS publish
40
RUN dotnet publish "Aguacongas.TheIdServer.BlazorApp.csproj" -c Release -o /app/publish
41
42
-FROM nginx:1.21 AS final
+FROM nginx:stable AS final
43
WORKDIR /usr/share/nginx/html
44
COPY --from=publish /app/publish/wwwroot .
45
COPY --from=build /src/src/Aguacongas.TheIdServer.BlazorApp/nginx.conf /etc/nginx/nginx.conf
0 commit comments