diff --git a/Dockerfile b/Dockerfile index c018357..aaa2c25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file