diff --git a/Dockerfile b/Dockerfile index e257b4b..5bf8985 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . .