chore: add force

This commit is contained in:
anastasiia-developer 2022-05-10 18:21:34 +03:00
parent 6a9594b982
commit d49e258a12

View File

@ -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