aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authormg2023-04-26 19:51:53 +0200
committermg2023-04-26 19:51:53 +0200
commit47ab99f89149352a94ebcebd034d034048881812 (patch)
treeab7f9be34f82ac18401a385c722fe1b14fc7bbf7 /Dockerfile
parent288816341e60d81203effc5952a746dd10455247 (diff)
add web-ui (#2)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: https://git.mgrote.net/mg/python-api-server/pulls/2
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 12d7721..879dcc8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,6 +12,7 @@ RUN apt-get update && \
WORKDIR /app
+COPY templates/file_list.html ./templates/
COPY requirements.txt .
COPY app.py .
COPY gunicorn_config.py .