We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a6475 commit e916165Copy full SHA for e916165
1 file changed
PolyLingua/ui/Dockerfile
@@ -9,7 +9,7 @@ RUN apk add --no-cache libc6-compat
9
WORKDIR /app
10
11
COPY package.json package-lock.json* ./
12
-RUN npm ci
+RUN npm install
13
14
# Build the application
15
FROM base AS builder
0 commit comments