Skip to content

Commit 95693dd

Browse files
committed
chore: add screenshot placeholders
1 parent bffcf57 commit 95693dd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# This stage is used when running from VS in fast mode (Default for Debug configuration)
44
FROM mcr.microsoft.com/dotnet/runtime:10.0 AS base
5+
ARG APP_UID=0
56
USER $APP_UID
67
WORKDIR /app
78

@@ -25,4 +26,4 @@ RUN dotnet publish "./ai-newsletter.csproj" -c $BUILD_CONFIGURATION -o /app/publ
2526
FROM base AS final
2627
WORKDIR /app
2728
COPY --from=publish /app/publish .
28-
ENTRYPOINT ["dotnet", "ai-newsletter.dll"]
29+
ENTRYPOINT ["dotnet", "ai-newsletter.dll"]

docs/screenshots/.gitkeep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)