fix: change npm ci to npm install in Dockerfile to prevent deployment issues
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
COPY package.json package-lock.json* ./
|
COPY package.json package-lock.json* ./
|
||||||
RUN npm ci --legacy-peer-deps
|
RUN npm install --legacy-peer-deps
|
||||||
|
|
||||||
|
|
||||||
# 3. Builder
|
# 3. Builder
|
||||||
|
|||||||
Reference in New Issue
Block a user