Remove vite

This commit is contained in:
TheMaddax 2024-11-23 21:27:00 -06:00
parent b8cd5c7e3b
commit ca5821a755

View file

@ -15,7 +15,6 @@ RUN npm install -g npm@latest
COPY package*.json ./ COPY package*.json ./
RUN npm ci RUN npm ci
RUN npm install -g typescript RUN npm install -g typescript
RUN npm install --save-dev @types/vite @vitejs/plugin-react
# Copy source code and build # Copy source code and build
COPY . . COPY . .