From c1f8b96416a30581d1c6a810d1ec5680822bf759 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Sat, 6 Apr 2024 20:40:46 +0200 Subject: [PATCH] f --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a8e4232..29fc986 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 tsc +RUN pnpm install --global tsc RUN pnpm build:all