diff --git a/Dockerfile b/Dockerfile index af98725..2ff05ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ ENV HUSKY=0 # ========================================================= FROM base AS deps -COPY package.json package-lock.json ./ +COPY package.json ./ RUN npm ci --no-audit --no-fund