diff --git a/app/Dockerfile b/app/Dockerfile index 188beee..8ed8a77 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -7,7 +7,7 @@ COPY requirements.txt . RUN pip install --root-user-action=ignore --no-cache-dir -r requirements.txt COPY image-chooser.py . -COPY templates . +COPY templates/ templates/ COPY templates.json . COPY ./entrypoint.sh /