You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The output will be in the `result` dir.
23
23
24
24
### Configuring the build
25
25
26
-
By default, this compiles a version expecting to run as a Lambda layer from `/opt/imagemagick`. You can change the expected location by providing a `TARGET` variable when invoking `make`.
26
+
By default, this compiles a version expecting to run as a Lambda layer from `/opt`. You can change the expected location by providing a `TARGET` variable when invoking `make`.
27
27
28
28
The default Docker image used is `lambci/lambda-base-2:build`. To use a different base, provide a `DOCKER_IMAGE` variable when invoking `make`.
0 commit comments