From 0e0280f3ee73b372a4081ef4838902a74dfd477e Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Mon, 7 Apr 2025 16:42:25 +0200 Subject: [PATCH] add http-server part 3.8 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 98694e3..7a71d34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]