Merge pull request #93 from kozdincer/patch-1

Add pip upgrade command
This commit is contained in:
long2ice
2021-10-22 15:38:47 +08:00
committed by GitHub

View File

@@ -3,6 +3,7 @@ ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
RUN mkdir -p /fastapi-admin
WORKDIR /fastapi-admin
COPY pyproject.toml poetry.lock /fastapi-admin/
RUN pip install --upgrade pip
RUN pip3 install poetry
ENV POETRY_VIRTUALENVS_CREATE false
RUN poetry install --no-root