diff --git a/config/docker/Dockerfile b/config/docker/Dockerfile index 55e5d0a9..bc54ee35 100644 --- a/config/docker/Dockerfile +++ b/config/docker/Dockerfile @@ -12,7 +12,7 @@ RUN apk update && apk add --no-cache git # Install dependencies WORKDIR /build COPY package.json package-lock.json /build/ -RUN npm ci --no-optional --ignore-scripts +RUN npm ci --no-optional --ignore-scripts --force # copy only required for the build files COPY src /build/src