From 005b4f088d64659ce6c03bce0f085e33bfdcdd65 Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Wed, 9 Apr 2025 13:20:25 +0200 Subject: [PATCH] add http-server part 5.3 --- Dockerfile | 3 ++- index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fb5b1ee..26eef39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,5 +44,6 @@ RUN cp dist/*.js dist/iching/ #CMD ["npx", "http-server", ".", "-p", "8080"] #CMD ["npx", "http-server", "dist", "-p", "8080"] -CMD ["npx", "http-server", "dist/iching", "-p", "8080", "--mime", "application/javascript=js"] +#CMD ["npx", "http-server", "dist/iching", "-p", "8080", "--mime", "application/javascript=js"] #CMD ["npx", "http-server", "dist/iching", "-p", "8080", "--mime", "application/javascript=js", "-S", "false"] +CMD ["npx", "http-server", "dist", "-p", "8080", "--mime", "application/javascript=js"] diff --git a/index.html b/index.html index c60175f..423272a 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,6 @@

Mein Button

- + \ No newline at end of file