Fixed incorrect COPY instruction that did not copy the directory contents.

This commit is contained in:
2025-08-19 05:23:14 +00:00
parent c6349e2577
commit 6e60dc7199

View File

@@ -7,7 +7,7 @@ COPY requirements.txt .
RUN pip install --root-user-action=ignore --no-cache-dir -r requirements.txt RUN pip install --root-user-action=ignore --no-cache-dir -r requirements.txt
COPY image-chooser.py . COPY image-chooser.py .
COPY templates . COPY templates/ templates/
COPY templates.json . COPY templates.json .
COPY ./entrypoint.sh / COPY ./entrypoint.sh /