# syntax=docker/dockerfile:1.7

This commit is contained in:
phaichayon
2026-07-17 00:08:34 +07:00
parent 34ea43357c
commit 87ba633b8b

View File

@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1.7
# ========================================================= # =========================================================
# Base # Base
@@ -22,7 +22,7 @@ ENV HUSKY=0
COPY package.json package-lock.json ./ COPY package.json package-lock.json ./
RUN npm pkg delete scripts.prepare \ RUN npm pkg delete scripts.prepare \
&& npm ci --force --include=dev --no-audit --no-fund && npm ci --include=dev --no-audit --no-fund
# ========================================================= # =========================================================