From 5b3d20a8a548ebaead929ae91c3ad64373ba0126 Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Wed, 9 Apr 2025 16:33:40 +0200 Subject: [PATCH] add http-server part 5.10 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a9cbc27..52744d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,8 @@ FROM forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/node:20.18.1 WORKDIR /app COPY --from=build /app/dist ./dist -COPY --from=build /app/index.html ./dist/iching/ +#COPY --from=build /app/index.html ./dist/iching/ +COPY --from=build /app/index.html ./dist/ COPY --from=rust-build /usr/local/cargo/bin/iching /usr/local/bin/iching RUN mkdir -p dist/iching