From bb083891213a7e974cc235e3b8cd643fc6e6704d Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 23 Dec 2022 22:46:03 +0100 Subject: [PATCH] fix: prayge --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 43d4be9..b141901 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ WORKDIR /app COPY package.json ./ +RUN apk add --update --no-cache openssl1.1-compat + RUN npm install COPY . .