Fixed incorrect COPY instruction that did not copy the directory contents.
This commit is contained in:
@@ -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 /
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user