development -> main #1

Open
Christopher.Hase wants to merge 93 commits from development into main
Showing only changes of commit 5b3d20a8a5 - Show all commits

View file

@ -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