Dockerfile for Python 3.8 + pip + FastAPI. FROM python:3.8-slim WORKDIR app_dir/ ... WORKDIR $PYSETUP_PATH COPY poetry.lock pyproject.toml .
確定! 回上一頁