Fix(ci): Use npm ci for frontend dependencies
Publish Docker image / build-and-push (push) Failing after 57s
Publish Docker image / build-and-push (push) Failing after 57s
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ WORKDIR /app/frontend
|
|||||||
|
|
||||||
# Copy package config and install dependencies
|
# Copy package config and install dependencies
|
||||||
COPY frontend/package.json frontend/package-lock.json* ./
|
COPY frontend/package.json frontend/package-lock.json* ./
|
||||||
RUN npm install
|
RUN npm ci
|
||||||
|
|
||||||
# Copy rest of the frontend code and build
|
# Copy rest of the frontend code and build
|
||||||
COPY frontend/ .
|
COPY frontend/ .
|
||||||
|
|||||||
Reference in New Issue
Block a user