Dockerfile

This commit is contained in:
titver968
2025-03-07 11:40:38 +01:00
parent 7ddaa9237d
commit fde9bc71b1

View File

@@ -1,5 +1,5 @@
# --- Build stage --- # --- Build stage ---
FROM node:19 as build FROM node:19 AS build
ENV NODE_ENV=production ENV NODE_ENV=production
ENV ORIGIN=https://tatort.innovation-hub-niedersachsen.de ENV ORIGIN=https://tatort.innovation-hub-niedersachsen.de
WORKDIR /app WORKDIR /app