mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-17 12:21:55 +00:00
adding ssl
This commit is contained in:
@@ -36,6 +36,9 @@ CMD ["/app/entrypoint.sh"]
|
|||||||
# Use Debian-based Node for better QEMU ARM64 compatibility
|
# Use Debian-based Node for better QEMU ARM64 compatibility
|
||||||
FROM node:lts-slim AS builder
|
FROM node:lts-slim AS builder
|
||||||
|
|
||||||
|
# Install OpenSSL for Prisma
|
||||||
|
RUN apt-get update -y && apt-get install -y openssl && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY --chown=node:node package*.json ./
|
COPY --chown=node:node package*.json ./
|
||||||
|
|||||||
Reference in New Issue
Block a user