updates
This commit is contained in:
@@ -5,7 +5,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
# Copy lock files and install dependencies
|
# Copy lock files and install dependencies
|
||||||
COPY package*.json yarn.lock* package-lock.json* ./
|
COPY package*.json yarn.lock* package-lock.json* ./
|
||||||
RUN npm ci
|
RUN npm install
|
||||||
|
|
||||||
# Copy codebase and compile Vite project
|
# Copy codebase and compile Vite project
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user