Skip to content

Commit

Permalink
0.2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hequan committed Aug 22, 2018
1 parent f7d688b commit 7e1ca41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/dockerfile-chain
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ COPY chain /opt/chain

WORKDIR /opt/chain/

RUN python -m pip install --upgrade pip

RUN python -m pip install -r requirements.txt && \
python manage.py makemigrations && \
python manage.py migrate
Expand Down

0 comments on commit 7e1ca41

Please sign in to comment.