add http-server part 3.9

This commit is contained in:
Christopher Hase 2025-04-07 16:47:59 +02:00
parent 0e0280f3ee
commit 6af865440b

View file

@ -39,5 +39,6 @@ COPY --from=rust-build /usr/local/cargo/bin/iching /usr/local/bin/iching
#CMD ["http-server", "."]
CMD ["npx", "http-server", "iching", "-p", "8080"]
#CMD ["npx", "http-server", "iching", "-p", "8080"]
#CMD ["npx", "http-server", "-p", "8080"]
CMD ["npx", "http-server", ".", "-p", "8080"]