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