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.
1 parent bff09e1 commit 6501822Copy full SHA for 6501822
Dockerfile.api
@@ -13,7 +13,8 @@ RUN dotnet restore
13
RUN dotnet publish -c Release -o /publish
14
15
# Runtime stage
16
-FROM mcr.microsoft.com/dotnet/aspnet:9.0
+FROM mcr.microsoft.com/dotnet/sdk:9.0-bookworm-slim
17
+# mcr.microsoft.com/dotnet/aspnet:9.0-slim
18
WORKDIR /app
19
COPY --from=build /publish .
20
0 commit comments