installing openssl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user