diff --git a/Dockerfile b/Dockerfile index 1194fbe..1ed4a34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN pip install --no-cache-dir -r requirements.txt COPY kantine2ical.py app.py ./ COPY templates/ templates/ +COPY static/ static/ RUN useradd -m appuser USER appuser diff --git a/static/favicon.png b/static/favicon.png new file mode 100644 index 0000000..afa80ef Binary files /dev/null and b/static/favicon.png differ diff --git a/templates/index.html b/templates/index.html index f4b5b96..887acac 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,6 +4,7 @@