From ca5821a75573c9fb65eb00c3e0fdb0abcea34260 Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Sat, 23 Nov 2024 21:27:00 -0600 Subject: [PATCH] Remove vite --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34617b7..c990f9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,6 @@ RUN npm install -g npm@latest COPY package*.json ./ RUN npm ci RUN npm install -g typescript -RUN npm install --save-dev @types/vite @vitejs/plugin-react # Copy source code and build COPY . .