From 6af865440b48ed63f4d3a836b0eb3cf926e8e674 Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Mon, 7 Apr 2025 16:47:59 +0200 Subject: [PATCH] add http-server part 3.9 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a71d34..e224492 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]