fix: prayge

This commit is contained in:
2022-12-23 22:46:03 +01:00
parent 7b898de2d6
commit bb08389121

View File

@@ -4,6 +4,8 @@ WORKDIR /app
COPY package.json ./
RUN apk add --update --no-cache openssl1.1-compat
RUN npm install
COPY . .