From 7562a377d1fa31fa02401a381a4ee3fa66a8ab0f Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Fri, 11 Apr 2025 10:25:14 +0200 Subject: [PATCH] add http-server part 7.3 --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 7615448..df14553 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,9 @@ RUN npm install # Danach server.ts kompilieren, nachdem broker.mjs existiert RUN npx tsc -p tsconfig.backend.json +# Danach können wir die Frontend-Dateien auch kompilieren +RUN npx tsc -p tsconfig.frontend.json + # 2. Rust build-Stage FROM forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/rust:1.74.0 AS rust-build RUN cargo install iching