Update required type declarations and dev dependencies

This commit is contained in:
TheMaddax 2024-11-23 21:09:28 -06:00
parent 8e6bcb66a9
commit 458875dabe

View file

@ -15,9 +15,10 @@ RUN npm install -g npm@latest
COPY package*.json ./
RUN npm ci --no-optional --platform=linux --arch=x64 --libc=musl
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 esbuild@0.21.5
RUN npm install vite @vitejs/plugin-react --save-dev
# Copy source code and build
COPY . .