add http-server part 7.3
This commit is contained in:
parent
18df310d77
commit
7562a377d1
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ RUN npm install
|
||||||
# Danach server.ts kompilieren, nachdem broker.mjs existiert
|
# Danach server.ts kompilieren, nachdem broker.mjs existiert
|
||||||
RUN npx tsc -p tsconfig.backend.json
|
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
|
# 2. Rust build-Stage
|
||||||
FROM forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/rust:1.74.0 AS rust-build
|
FROM forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/rust:1.74.0 AS rust-build
|
||||||
RUN cargo install iching
|
RUN cargo install iching
|
||||||
|
|
Loading…
Reference in a new issue