installing openssl
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m32s

This commit is contained in:
Shihaam Abdul Rahman 2025-01-11 03:58:42 +05:00
parent e2e57516a0
commit cd86a7ad42
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -10,6 +10,8 @@ RUN npm run build
FROM node:20-slim
WORKDIR /var/www/html
RUN apt update && apt install openssl -y
COPY --from=builder /var/www/html/package.json ./
COPY --from=builder /var/www/html/node_modules ./node_modules
COPY --from=builder /var/www/html/.next ./.next