From 47ab99f89149352a94ebcebd034d034048881812 Mon Sep 17 00:00:00 2001 From: mg Date: Wed, 26 Apr 2023 19:51:53 +0200 Subject: add web-ui (#2) Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/python-api-server/pulls/2 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') 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 . -- cgit v1.2.3