From 0fab8886bbd13ba21ca46fa1ff47f6112db9da32 Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Tue, 8 Apr 2025 10:59:01 +0200 Subject: [PATCH] add http-server part 4.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bfdb3e7..c0d3c67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN npm install -g http-server RUN npx tsc event.ts RUN npx tsc broker.ts -#RUN cp index.html dist/ +RUN cp index.html dist/ # 2. Rust build-Stage FROM forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/rust:1.74.0 AS rust-build