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