From 97915e7fe44c6329f7fa80f9d4cbad51c2ff3053 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 22 Feb 2021 12:50:21 +0100 Subject: [PATCH] forgotten file --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 07c0584..3d830fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,6 +28,7 @@ RUN \ COPY crontab /etc/ COPY *.py ${APP_DIR}/ +COPY *.tmpl ${APP_DIR}/ # USER 1000:1000 WORKDIR ${APP_DIR}