Skip to content

Commit df9a387

Browse files
committed
minor readme update
1 parent 2214173 commit df9a387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ $ docker push developmentseed/geolambda:${VERSION}
8888
4. Create deployment package using the built-in [packaging script](bin/package.sh)
8989

9090
```
91-
$ docker run --rm -v $PWD:/home/geolambda --entrypoint package.sh \
92-
-it developmentseed/geolambda:${VERSION}
91+
$ docker run --rm -v $PWD:/home/geolambda \
92+
-it developmentseed/geolambda:${VERSION} package.sh
9393
```
9494

9595
This will create a lambda/ directory containing the native libraries and related files, along with a `lambda-deploy.zip` file that can be deployed as a Lambda layer.

0 commit comments

Comments
 (0)