From c4469de718107fee934c19ddc667bd5e7b62a451 Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Mon, 7 Apr 2025 13:28:32 +0200 Subject: [PATCH] add http-server part 3.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5acf5df..4f4d8d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]