fix: add openssl to dockerfile
Some checks failed
Deploy / lint-build-deploy (push) Failing after 1m1s

This commit is contained in:
2026-02-01 13:44:15 +01:00
parent b94e2985a9
commit e044a54714

View File

@@ -10,6 +10,8 @@ RUN npm run build
FROM node:20-alpine FROM node:20-alpine
RUN apk add --no-cache openssl
WORKDIR /app WORKDIR /app
ENV NODE_ENV=production ENV NODE_ENV=production