From b0e35c574cec01352b572cf12d6589358fb0a3cb Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 23 Jan 2025 00:12:38 -0600 Subject: [PATCH] Added adapter --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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