From c6349e2577e82646f77181997f6af3b157696a2e Mon Sep 17 00:00:00 2001 From: Slawek Koszewski Date: Mon, 18 Aug 2025 23:10:28 +0200 Subject: [PATCH] Updated Dockerfile to add new files to the image. --- app/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Dockerfile b/app/Dockerfile index 50a99df..188beee 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -7,6 +7,8 @@ COPY requirements.txt . RUN pip install --root-user-action=ignore --no-cache-dir -r requirements.txt COPY image-chooser.py . +COPY templates . +COPY templates.json . COPY ./entrypoint.sh / ENTRYPOINT [ "/entrypoint.sh" ]