# syntax=docker/dockerfile:1.7
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
# syntax=docker/dockerfile:1.7
|
||||
|
||||
# =========================================================
|
||||
# Base
|
||||
@@ -22,7 +22,7 @@ ENV HUSKY=0
|
||||
COPY package.json package-lock.json ./
|
||||
|
||||
RUN npm pkg delete scripts.prepare \
|
||||
&& npm ci --force --include=dev --no-audit --no-fund
|
||||
&& npm ci --include=dev --no-audit --no-fund
|
||||
|
||||
|
||||
# =========================================================
|
||||
|
||||
Reference in New Issue
Block a user