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" ]