mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2026-03-13 10:32:25 +08:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user