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