Skip to content

Commit 6d9da92

Browse files
committed
fix: dockerfile
1 parent a48cf3e commit 6d9da92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN mkdir -p /fastapi-admin
44
WORKDIR /fastapi-admin
55
COPY pyproject.toml poetry.lock /fastapi-admin/
66
ENV POETRY_VIRTUALENVS_CREATE false
7-
RUN pip install --upgrade pip && pip3 install poetry && poetry install
7+
RUN pip install --upgrade pip && pip3 install poetry && poetry install --no-root
88
COPY . /fastapi-admin
99
RUN poetry install && make compile
1010

0 commit comments

Comments
 (0)