changed docker
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
hardik 2025-09-29 17:30:58 +05:30
parent 26ea965226
commit 45d12e77e0
1 changed files with 3 additions and 0 deletions

View File

@ -4,7 +4,10 @@ WORKDIR /app
# Copy package files and install dependencies
COPY package.json package-lock.json ./
# ...existing code...
RUN npm install
RUN chmod +x node_modules/.bin/vite
# ...existing code...
# Copy the rest of the source code
COPY . .