add http-server part 5.10
This commit is contained in:
parent
9aeeb95994
commit
5b3d20a8a5
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue