mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-08 17:40:57 +00:00
installing openssl
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m32s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m32s
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