mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-02-22 08:42:00 +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:
parent
e2e57516a0
commit
cd86a7ad42
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user