Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Oct 17, 2023
1 parent 7af417c commit 76e6f4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ RUN ls -lah /code/app/static
WORKDIR /code

RUN set -ex \
&& pip install --upgrade pip \
&& pip install -e . \
&& pip install --no-cache-dir --upgrade pip \
&& pip install --no-cache-dir -e . \
#: Install developer tools
&& pip install -r app/requirements.dev.txt \
&& pip install --no-cache-dir -r app/requirements.dev.txt \
#: Remove pip download cache
&& rm -rf ~/.cache/pip

Expand Down

0 comments on commit 76e6f4c

Please sign in to comment.