aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMichael Grote2023-04-13 11:03:56 +0200
committerMichael Grote2023-04-13 11:03:56 +0200
commitafe29d20d285aee13ad025688355e4afd46a430c (patch)
tree575eb6c64889c84fe4fbc873288b9c1e3cdc56ec /Dockerfile
parent6b9d6bc0ac139ff28548e5ba76a73fed62a07a67 (diff)
add new endpoints
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index e29bb9d..2c81f8e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,6 +14,7 @@ WORKDIR /app
COPY requirements.txt .
COPY app.py .
+COPY index.html ./templates/index.html
RUN pip install --no-cache-dir -r requirements.txt