From 0295d41f7b5ab3c5d5166afa1a3e558e9caf8c7d Mon Sep 17 00:00:00 2001 From: Bartek Paczesny Date: Wed, 6 Dec 2023 21:59:25 +0100 Subject: [PATCH] asd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9859279..0d59534 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ COPY . . # Uncomment the following line in case you want to disable telemetry during the build. # ENV NEXT_TELEMETRY_DISABLED 1 -RUN pnpm run build +RUN yarn build # If using npm comment out above and use below instead # RUN npm run build