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

This commit is contained in:
Christopher Hase 2025-04-07 13:28:32 +02:00
parent cf8bd4014b
commit c4469de718

View file

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