docker node version 24
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# --- Build stage ---
|
||||
FROM node:22 AS build
|
||||
FROM node:24 AS build
|
||||
ENV NODE_ENV=production
|
||||
ENV ORIGIN=https://tatort-dev.innovation-hub-niedersachsen.de
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm i
|
||||
RUN npm ci
|
||||
COPY . ./
|
||||
COPY config_dev.json ./config.json
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user