Update to production Let's Encrypt certificates

This commit is contained in:
Eric Gullickson
2025-12-20 11:14:44 -06:00
parent a17944d79f
commit 9eb025a21f
7 changed files with 42 additions and 144 deletions

View File

@@ -25,7 +25,7 @@ RUN npm run build
FROM node:20-alpine AS production
# Install runtime dependencies only
RUN apk add --no-cache dumb-init
RUN apk add --no-cache dumb-init curl
# Set working directory
WORKDIR /app