We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c72c2 commit cb37ac3Copy full SHA for cb37ac3
Dockerfile
@@ -6,6 +6,8 @@ ENV PYTHONUSERBASE=/var/task
6
7
COPY setup.py setup.py
8
COPY landsat_mosaic_tiler/ landsat_mosaic_tiler/
9
+# Need to copy MANIFEST.in so that it correctly includes package data
10
+COPY MANIFEST.in MANIFEST.in
11
12
RUN pip install . --user
13
RUN rm -rf landsat_mosaic_tiler setup.py
MANIFEST.in
@@ -0,0 +1 @@
1
+include landsat_mosaic_tiler/data/wrs.db
landsat_mosaic_tiler/data/wrs.db
3.96 MB
0 commit comments