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 bffcf57 commit 95693ddCopy full SHA for 95693dd
Dockerfile
@@ -2,6 +2,7 @@
2
3
# This stage is used when running from VS in fast mode (Default for Debug configuration)
4
FROM mcr.microsoft.com/dotnet/runtime:10.0 AS base
5
+ARG APP_UID=0
6
USER $APP_UID
7
WORKDIR /app
8
@@ -25,4 +26,4 @@ RUN dotnet publish "./ai-newsletter.csproj" -c $BUILD_CONFIGURATION -o /app/publ
25
26
FROM base AS final
27
28
COPY --from=publish /app/publish .
-ENTRYPOINT ["dotnet", "ai-newsletter.dll"]
29
+ENTRYPOINT ["dotnet", "ai-newsletter.dll"]
docs/screenshots/.gitkeep
@@ -0,0 +1 @@
1
+
0 commit comments