diff --git a/Dockerfile b/Dockerfile index 8c04317..495cc19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,8 @@ COPY . /app RUN python setup.py test RUN pip install . +COPY planetutils.sh /scripts/planetutils.sh + WORKDIR /data -CMD [ "osm_planet_update", "planet-latest.osm.pbf", "planet-new.osm.pbf" ] +CMD [ "/scripts/planetutils.sh" ]