diff --git a/Dockerfile b/Dockerfile index 6e5c43c..117506a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ WORKDIR /app COPY . . +RUN npm i -g pnpm RUN pnpm install RUN pnpm run build