dockerfile fix paths
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Elizabeth Hunt 2024-08-07 20:41:45 -07:00
parent b5f145ecf3
commit abb2ae9744
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE
2 changed files with 2 additions and 0 deletions

View File

@ -9,4 +9,6 @@ WORKDIR /app
COPY --from=requirements-stage /tmp/requirements.txt /app/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
COPY kennel /app/kennel
COPY static /app/static
COPY templates /app/templates
CMD ["uvicorn", "kennel.main:app", "--host", "0.0.0.0", "--port", "80"]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 398 KiB