Skip to content

Commit e916165

Browse files
committed
Fix: dockerfile for ui
Signed-off-by: dittops <dittops@gmail.com>
1 parent 16a6475 commit e916165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PolyLingua/ui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk add --no-cache libc6-compat
99
WORKDIR /app
1010

1111
COPY package.json package-lock.json* ./
12-
RUN npm ci
12+
RUN npm install
1313

1414
# Build the application
1515
FROM base AS builder

0 commit comments

Comments
 (0)