Update required type declarations and dev dependencies
This commit is contained in:
parent
8e6bcb66a9
commit
458875dabe
1 changed files with 2 additions and 1 deletions
|
|
@ -15,9 +15,10 @@ RUN npm install -g npm@latest
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm ci --no-optional --platform=linux --arch=x64 --libc=musl
|
RUN npm ci --no-optional --platform=linux --arch=x64 --libc=musl
|
||||||
RUN npm install -g typescript
|
RUN npm install -g typescript
|
||||||
RUN npm install --save-dev @types/react-dom
|
RUN npm install --save-dev @types/react-dom @types/react @types/node
|
||||||
RUN npm install @rollup/rollup-linux-x64-musl
|
RUN npm install @rollup/rollup-linux-x64-musl
|
||||||
RUN npm install esbuild@0.21.5
|
RUN npm install esbuild@0.21.5
|
||||||
|
RUN npm install vite @vitejs/plugin-react --save-dev
|
||||||
|
|
||||||
# Copy source code and build
|
# Copy source code and build
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue