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 . .