Update to production Let's Encrypt certificates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user