From 7f42a0b8023620a316a4f75bff88e1cc17e5a1b5 Mon Sep 17 00:00:00 2001 From: datagutten Date: Tue, 9 Jul 2024 22:11:29 +0200 Subject: [PATCH] Use phaser from CDN in docker images --- Dockerfile | 2 +- src/index_cdn.html | 49 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 src/index_cdn.html diff --git a/Dockerfile b/Dockerfile index a60af6a..2dc189f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,7 +76,7 @@ COPY --from=builder_js /build/topography/topography.json ./assets/topography COPY --from=builder_js /build/topography/topography.png ./assets/topography # Copy static files from source -COPY ./src/index.html . +COPY ./src/index_cdn.html ./index.html COPY ./data ./data COPY ./info ./info COPY ./progress ./progress diff --git a/src/index_cdn.html b/src/index_cdn.html new file mode 100644 index 0000000..7ead16c --- /dev/null +++ b/src/index_cdn.html @@ -0,0 +1,49 @@ + + + + + + + + mulle.js + + + + + + + + + + + + +
+ +
+ +
+ + progress + info +
+ +
+ + +
+ +
+ +
+ + + +