Skip to content

Commit

Permalink
fixing copy of main
Browse files Browse the repository at this point in the history
  • Loading branch information
tcnichol committed Jun 17, 2021
1 parent 89d37e4 commit 96bb95e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gdal-docker/using-pip/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ RUN pip3 install GDAL==2.4.2
# Install libspatialindex for Rtree, a ctypes Python wrapper of libspatialindex
RUN apt-get install -y libspatialindex-dev

COPY main.py /home/main.py

CMD ["python3","-u", "/home/main.py"]

0 comments on commit 96bb95e

Please sign in to comment.