Skip to content

Commit

Permalink
Fixed docker bug
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddavo committed Aug 4, 2022
1 parent 5f1c7f7 commit fad522d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ ARG POPULATE_CACHE=0

WORKDIR /dao-analyzer

# A bug with docker makes it so its always hot-reloading
ENV DASH_HOT_RELOAD=false

RUN pip install --upgrade pip

COPY . /dao-analyzer/
Expand Down

0 comments on commit fad522d

Please sign in to comment.