Updated Dockerfile to add new files to the image.
This commit is contained in:
@@ -7,6 +7,8 @@ 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.json .
|
||||||
COPY ./entrypoint.sh /
|
COPY ./entrypoint.sh /
|
||||||
|
|
||||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user