gate1: fix Dockerfile npm ci error suppression to show build errors
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ WORKDIR /frontend
|
|||||||
|
|
||||||
# Copy package files first for layer caching
|
# Copy package files first for layer caching
|
||||||
COPY frontend/package.json frontend/package-lock.json ./
|
COPY frontend/package.json frontend/package-lock.json ./
|
||||||
RUN npm ci --silent 2>/dev/null || npm install --silent
|
RUN npm ci || npm install
|
||||||
|
|
||||||
# Copy frontend source and build
|
# Copy frontend source and build
|
||||||
COPY frontend/ ./
|
COPY frontend/ ./
|
||||||
|
|||||||
Reference in New Issue
Block a user