Sobes.tech
Junior — Senior

Detecting errors in Dockerfile #2

livecode

Task condition

Find and fix the errors in the provided Dockerfile.

FROM python:3.8

COPY ./app .
RUN pip install -r requirements.txt

ENTRYPOINT ["uvicorn"]
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
Detecting errors in Dockerfile #2 - Live Coding Python - sobes.tech