This commit is contained in:
2022-05-29 11:31:18 +02:00
parent 9500bcf68c
commit a47d5974e4
4 changed files with 27 additions and 6 deletions

View File

@@ -3,6 +3,8 @@ FROM node:16-alpine as base
WORKDIR /app
RUN npm -g i pnpm@7
# Needed for node-gyp
RUN apk add --no-cache python3
# BUILDER
FROM base as builder