From 56f529f28d6e4df6ffd03319a9f38dde431e32d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=BCller?= Date: Mon, 21 Nov 2022 03:08:19 +0100 Subject: [PATCH] Update docker file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b4d217..49152c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ WORKDIR /app/ RUN pip install -U poetry && \ poetry install --no-dev -COPY main.py /app/ +COPY fabcal /app/fabcal/ COPY static/ /app/static/ COPY templates/ /app/templates/