add http-server part 3.8
All checks were successful
ci / build (push) Successful in 1m22s

This commit is contained in:
Christopher Hase 2025-04-07 16:42:25 +02:00
parent d49e08e632
commit 0e0280f3ee

View file

@ -39,5 +39,5 @@ 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", "-p", "8080"]
CMD ["npx", "http-server", "iching", "-p", "8080"]
#CMD ["npx", "http-server", "-p", "8080"]