Skip to content

WreckingBallStudioLabs/docker-js-build-aws-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

JS Build AWS Deploy

A Docker image useful for building js applications and deploying them on aws

Example Usage

$ docker run --rm -it -v ~/project/path:/usr/src/app wbm/js-build-aws-deploy /bin/bash
$ npm install
$ npm run build:dev
$ aws s3 sync ./dist s3://$MY_BUCKET --delete

Installed Packages

  • Node v6.10.0 + NPM(get version of npm)
  • AWS CLI

About

A Node container with aws cli and other useful deployment tools

Resources

License

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors