RC: (update) dockerfile npm run command
Some checks failed
Build and Update Flux / build-push-update (push) Failing after 36s

This commit is contained in:
Raul Costa
2026-04-02 00:58:55 +01:00
parent 6d44c47bfe
commit 2b25b18fc8

View File

@@ -2,7 +2,7 @@
FROM node:22-alpine AS builder
WORKDIR /app
COPY package*.json ./
RUN npm ci
RUN npm install
COPY . .
RUN npm run build