Remove vite
This commit is contained in:
parent
b8cd5c7e3b
commit
ca5821a755
1 changed files with 0 additions and 1 deletions
|
|
@ -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 . .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue