We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48cf3e commit 6d9da92Copy full SHA for 6d9da92
Dockerfile
@@ -4,7 +4,7 @@ RUN mkdir -p /fastapi-admin
4
WORKDIR /fastapi-admin
5
COPY pyproject.toml poetry.lock /fastapi-admin/
6
ENV POETRY_VIRTUALENVS_CREATE false
7
-RUN pip install --upgrade pip && pip3 install poetry && poetry install
+RUN pip install --upgrade pip && pip3 install poetry && poetry install --no-root
8
COPY . /fastapi-admin
9
RUN poetry install && make compile
10
0 commit comments