chore: dockerfile update
This commit is contained in:
@@ -6,7 +6,7 @@ WORKDIR /app
|
||||
|
||||
# Copy package files and install dependencies
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
RUN npm ci --force
|
||||
|
||||
# Copy the rest of the project files
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user