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 . .