Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 758 Bytes

File metadata and controls

16 lines (9 loc) · 758 Bytes

Docker-node-serverless

Dockerhub badge

Docker-powered build/deployment environment for Serverless projects. This Docker image is intended for use with CI/CD tools such as CircleCI.


This image is based on node:8.10-alpine (AWS Lambda uses Node v8.10) and has the AWS CLI.

Serverless should be used from the building project node_modules.

docker build . -t hatchteam/serverless-node-deploy-aws -t hatchteam/serverless-node-deploy-aws:10 docker push hatchteam/serverless-node-deploy-aws docker push hatchteam/serverless-node-deploy-aws:10