RC: (update) dockerfile npm run command
Some checks failed
Build and Update Flux / build-push-update (push) Failing after 36s
Some checks failed
Build and Update Flux / build-push-update (push) Failing after 36s
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
FROM node:22-alpine AS builder
|
FROM node:22-alpine AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm ci
|
RUN npm install
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user