We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a37712e + 4560707 commit 1732a86Copy full SHA for 1732a86
src/Aguacongas.TheIdServer.BlazorApp/Dockerfile
@@ -41,7 +41,7 @@ FROM build AS publish
41
ARG BUILD_CONFIGURATION=Release
42
RUN dotnet publish "./Aguacongas.TheIdServer.BlazorApp.csproj" -c "$BUILD_CONFIGURATION" -o /app/publish /p:UseAppHost=false -p:FileVersion="$FILE_VERSION" -p:SourceRevisionId="$SOURCE_VERSION"
43
44
-FROM nginx:1.29.2-alpine3.22-slim AS final
+FROM nginx:1.29.3-alpine3.22-slim AS final
45
WORKDIR /usr/share/nginx/html
46
COPY --from=publish /app/publish/wwwroot .
47
COPY --from=build /src/src/Aguacongas.TheIdServer.BlazorApp/nginx.conf /etc/nginx/nginx.conf
0 commit comments