File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ docker build . --build-arg VERSION=${VERSION} -t developmentseed/geolambda:${VER
11
11
docker run -v ${PWD} :/home/geolambda -t developmentseed/geolambda:${VERSION} -python package-python.sh
12
12
13
13
docker run -e GDAL_DATA=/opt/share/gdal -e PROJ_LIB=/opt/share/proj \
14
- --rm -v ${PWD} /lambda:/var/task -v ${PWD} /../lambda:/opt lambci/lambda:python3.7 lambda_function.lambda_handler ' {}'
14
+ --rm -v ${PWD} /lambda:/var/task lambci/lambda:python3.7 lambda_function.lambda_handler ' {}'
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ cp -r $DEPLOY_DIR ./python
41
41
rm ./python/lambda_function.py
42
42
43
43
# zip up deploy package
44
- zip -ruq lambda-deploy.zip ./python
44
+ zip --symlinks - ruq lambda-deploy.zip ./python
45
45
46
46
# cleanup
47
47
rm -rf ./python
You can’t perform that action at this time.
0 commit comments