Skip to content

Commit

Permalink
pack example files cobb.tif and DJI_0419.JPG into docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrupczak3 committed Jun 23, 2022
1 parent 4e28b87 commit 6ed7417
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RUN pip3 install -r requirements.txt && rm requirements.txt

COPY src/*.py ./
COPY src/Rome-30m-DEM.tif .
COPY src/cobb.tif .
COPY src/DJI_0419.JPG .

VOLUME /home/user

Expand Down

0 comments on commit 6ed7417

Please sign in to comment.