diff --git a/Dockerfile b/Dockerfile index 3efdede..f2a1184 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ COPY app.py . COPY malias_wrapper.py . COPY malias.py . COPY templates/ templates/ +COPY static/ static/ # Create data directory RUN mkdir -p /app/data diff --git a/static/favicon.png b/static/favicon.png new file mode 100644 index 0000000..5413613 Binary files /dev/null and b/static/favicon.png differ diff --git a/templates/index.html b/templates/index.html index 3ff2535..c1ecc87 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,9 @@ - Internal Web App + Mailcow Alias Manager + +