feat: app icon and readme

This commit is contained in:
2025-10-09 03:24:11 +02:00
parent 24119a7826
commit 00333a8ffa

View File

@@ -16,7 +16,7 @@ RUN pnpm install --frozen-lockfile
COPY . . COPY . .
# Generate static site # Generate static site
RUN pnpm run generate RUN pnpm build
# Production stage # Production stage
FROM nginx:alpine FROM nginx:alpine