diff --git a/Dockerfile b/Dockerfile index 0fc4fcd80..a133d0a47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM node:lts-alpine3.19 ARG APP_HOME=/home/node/app # Install system dependencies -RUN apk add gcompat tini git +RUN apk add --no-cache gcompat tini git # Create app directory WORKDIR ${APP_HOME} diff --git a/public/index.html b/public/index.html index 37c66237f..bfe873f85 100644 --- a/public/index.html +++ b/public/index.html @@ -2000,7 +2000,7 @@ -
+
-
+
- -