diff --git a/Dockerfile b/Dockerfile index cd3581f..60ae52f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app COPY package.json package-lock.json ./ # Install dependencies -RUN npm install --frozen-lockfile +RUN npm install -force # Copy the rest of the application files COPY . .