ADD: added ssl for deployment

This commit is contained in:
hwinkel
2026-03-13 08:43:54 +01:00
parent 0acc3e63f7
commit b2dddb453c
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -3,6 +3,8 @@ FROM node:22-alpine AS builder
WORKDIR /app
RUN apk add --no-cache openssl
COPY package*.json ./
RUN npm ci