Skip to content
This repository was archived by the owner on Feb 24, 2022. It is now read-only.

Commit b3cf496

Browse files
committed
Alternative method to shut up retry messages
1 parent 949643b commit b3cf496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/backend.dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR /code
1111
# Install dependencies
1212
RUN pip install pip==19.1.1 pipenv==2018.11.26
1313
COPY Pipfile Pipfile.lock /code/
14-
RUN pipenv install --system --dev
14+
RUN pipenv install --system --dev 2>/dev/null
1515

1616
# Copy project root
1717
COPY . docker/runserver.sh /code/

0 commit comments

Comments
 (0)