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