add http-server part 4.2
All checks were successful
ci / build (push) Successful in 1m25s

This commit is contained in:
Christopher Hase 2025-04-08 10:59:01 +02:00
parent a20d3a0b53
commit 0fab8886bb

View file

@ -16,7 +16,7 @@ RUN npm install -g http-server
RUN npx tsc event.ts RUN npx tsc event.ts
RUN npx tsc broker.ts RUN npx tsc broker.ts
#RUN cp index.html dist/ RUN cp index.html dist/
# 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