diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index adad4a661..105c63dfa 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1208,6 +1208,10 @@ jobs:
cache-source: cache
cache-target: /cache
+ - name: 🔨 Copy necessary files
+ run: |
+ cp dist/web/serve.py out/nightly/start_imhex_web.py
+
- name: 🛠️ Build using docker
run: |
mkdir -p out/nightly
@@ -1230,10 +1234,6 @@ jobs:
with:
path: out/
- - name: 🔨 Copy necessary files
- run: |
- cp dist/web/serve.py out/nightly/start_imhex_web.py
-
- name: ⬆️ Upload package
uses: actions/upload-artifact@v4
with:
@@ -1276,7 +1276,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
- .github/scripts/delete-artifact.sh "ImHex Web"
+ .github/scripts/delete-artifact.sh "github-pages"
webassembly-docker-image-deploy:
runs-on: ubuntu-latest
diff --git a/dist/web/Host.Dockerfile b/dist/web/Host.Dockerfile
index da773b616..2178dfcfa 100644
--- a/dist/web/Host.Dockerfile
+++ b/dist/web/Host.Dockerfile
@@ -6,4 +6,4 @@ COPY ./out/ .
EXPOSE 9090
-CMD [ "python", "/imhex/serve.py" ]
\ No newline at end of file
+CMD [ "python", "/imhex/start_imhex_web.py" ]
\ No newline at end of file
diff --git a/dist/web/source/index.html b/dist/web/source/index.html
index fc7e663e6..56096005d 100644
--- a/dist/web/source/index.html
+++ b/dist/web/source/index.html
@@ -15,13 +15,13 @@
-
+
-
+