Skip to content

Commit

Permalink
Use planetutils.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed Feb 26, 2018
1 parent c2c968d commit 3d70c9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit 3d70c9d

Please sign in to comment.