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
|
||||
COPY package.json package-lock.json* ./
|
||||
RUN npm ci --legacy-peer-deps
|
||||
RUN npm install --legacy-peer-deps
|
||||
|
||||
|
||||
# 3. Builder
|
||||
|
||||
Reference in New Issue
Block a user