Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed Oct 8, 2023
1 parent edd89eb commit 147a1ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/Dockerfile.RUNTIME
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL Name=django-sspanel
WORKDIR /tmp
COPY pyproject.toml poetry.lock /tmp/

RUN pip install --upgrade pip &&
pip install --no-cache-dir poetry &&
poetry config virtualenvs.create false &&
poetry install --no-dev --no-interaction --no-ansi
RUN pip install --upgrade pip \
&& pip install --no-cache-dir poetry \
&& poetry config virtualenvs.create false \
&& poetry install --no-dev --no-interaction --no-ansi

0 comments on commit 147a1ce

Please sign in to comment.