Install definitions
This commit is contained in:
parent
4ff75768de
commit
bb1215e459
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ WORKDIR /app
|
|||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
RUN npm install -g typescript
|
||||
RUN npm install --save-dev @types/react-dom @types/vite @vitejs/plugin-react
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue