From 9af2e767a4c34a7643266a6e7bda137692ab75e0 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Sat, 6 Apr 2024 20:42:48 +0200 Subject: [PATCH] f --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 29fc986..31c960c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,5 +16,5 @@ RUN echo "The backend URL is $BACKEND_URL" RUN mkdir /app/temp RUN pnpm install --prod --ignore-scripts -RUN pnpm install --global tsc +RUN pnpm install -w tsc RUN pnpm build:all