Add vite
This commit is contained in:
parent
4715b3b6a0
commit
1f26297bc8
1 changed files with 3 additions and 0 deletions
|
|
@ -4,7 +4,10 @@ ARG NODE_ENV=production
|
|||
ENV NODE_ENV=${NODE_ENV}
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
# Install dependencies including TypeScript
|
||||
RUN npm install
|
||||
# Install TypeScript globally
|
||||
RUN npm install -g typescript
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue