changed docker
This commit is contained in:
parent
26ea965226
commit
45d12e77e0
|
|
@ -4,7 +4,10 @@ WORKDIR /app
|
||||||
|
|
||||||
# Copy package files and install dependencies
|
# Copy package files and install dependencies
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
|
# ...existing code...
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
RUN chmod +x node_modules/.bin/vite
|
||||||
|
# ...existing code...
|
||||||
|
|
||||||
# Copy the rest of the source code
|
# Copy the rest of the source code
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue