chore: fix publish dockerhub (#1991)

This commit is contained in:
Anastasiia Derymarko 2022-05-10 18:24:59 +03:00 committed by GitHub
parent 6a9594b982
commit c14f6f424f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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