https://github.com/sunaoka/docker-serverless
Serverless Framework Docker image
https://github.com/sunaoka/docker-serverless
docker docker-image dockerfile serverless
Last synced: 2 months ago
JSON representation
Serverless Framework Docker image
- Host: GitHub
- URL: https://github.com/sunaoka/docker-serverless
- Owner: sunaoka
- Created: 2020-09-18T01:56:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T02:43:14.000Z (over 5 years ago)
- Last Synced: 2025-05-26T19:05:00.456Z (8 months ago)
- Topics: docker, docker-image, dockerfile, serverless
- Language: Makefile
- Homepage: https://hub.docker.com/r/sunaoka/serverless
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless Framework Docker image
## Usage
```bash
docker run --rm -v $(pwd):/data -v ~/.aws:/root/.aws sunaoka/serverless help
```
## Build
```bash
make build IMAGE=sunaoka/serverless VERSION=2.1.1
```