From 4d8d19c938dcaa200da5d89219a376fbe266c6b8 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 13 Apr 2023 11:46:47 +0200 Subject: remove index --- Dockerfile | 1 - index.html | 18 ------------------ 2 files changed, 19 deletions(-) delete mode 100644 index.html diff --git a/Dockerfile b/Dockerfile index 2c81f8e..e29bb9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,6 @@ WORKDIR /app COPY requirements.txt . COPY app.py . -COPY index.html ./templates/index.html RUN pip install --no-cache-dir -r requirements.txt diff --git a/index.html b/index.html deleted file mode 100644 index 03fb046..0000000 --- a/index.html +++ /dev/null @@ -1,18 +0,0 @@ - - -
-No files found.
- {% endif %} - - -- cgit v1.2.3