Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 256 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 256 Bytes

Build & start container:

docker build -t lambda-vips .
docker run -it lambda-vips bash

Inside container:

export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:${TARGET}/lib/pkgconfig"
npm install sharp

LD_LIBRARY_PATH=${TARGET}/lib node index.js