diff --git a/Dockerfile b/Dockerfile index ff86f18..8a4f201 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM node:20-alpine as builder WORKDIR /app +RUN apk add --no-cache git RUN npm install -g pnpm@9 RUN npm install -g dotenv-cli