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