Skip to content

Commit

Permalink
when image is created, it downloads the necessary shapefiles by runni…
Browse files Browse the repository at this point in the history
…ng download_shapeData.py from inside the container #11
  • Loading branch information
crisjf committed Apr 14, 2020
1 parent 7ff6d35 commit 8a3a16a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ COPY . /CS_Urban_Indicators
WORKDIR /CS_Urban_Indicators
RUN pip install --upgrade pip
RUN pip install -r requirements.txt
RUN python download_shapeData.py
CMD python ./listen.py

0 comments on commit 8a3a16a

Please sign in to comment.