fix: install all deps for webui build including devDependencies
Some checks failed
Build and Deploy GooSeek / build-and-deploy (push) Has been cancelled
Some checks failed
Build and Deploy GooSeek / build-and-deploy (push) Has been cancelled
The Next.js build requires TypeScript, @types/*, tailwindcss and other devDependencies. Changed npm ci --only=production to npm ci. Made-with: Cursor
This commit is contained in:
@@ -5,7 +5,7 @@ RUN apk add --no-cache libc6-compat
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json package-lock.json* ./
|
||||
RUN npm ci --only=production
|
||||
RUN npm ci
|
||||
|
||||
FROM base AS builder
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user