There was an error while loading. Please reload this page.
1 parent 639896e commit 6f3955dCopy full SHA for 6f3955d
1 file changed
Dockerfile
@@ -17,7 +17,7 @@ WORKDIR /app/web
17
COPY web/package*.json ./
18
19
# Install dependencies with cache optimization
20
-RUN npm ci --no-audit --prefer-offline
+RUN npm i --no-audit --prefer-offline
21
22
# Copy source code
23
COPY web/ ./
0 commit comments