docker image for local development with serverless
251
docker run --rm -ti -v $(pwd):/app -v ~/.aws/:/root/.aws -w /app summasolutions/serverless bash
docker build --no-cache --tag summasolutions/serverless .
docker pull summasolutions/serverless:latest
Content type
Image
Digest
Size
456.7 MB
Last updated
over 5 years ago
docker pull summasolutions/serverless