Skip to content

Instantly share code, notes, and snippets.

@marekjalovec
Created May 22, 2016 22:25
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marekjalovec/1ccee0c2254e65fc5d82eb35c7da82ae to your computer and use it in GitHub Desktop.
Save marekjalovec/1ccee0c2254e65fc5d82eb35c7da82ae to your computer and use it in GitHub Desktop.
container_commands:
...
04_nodejs_install:
command: curl --silent --location https://rpm.nodesource.com/setup_4.x | sudo bash - && yum install nodejs -y
05_npm_build:
command: cd /var/app/ondeck && sudo npm install && node ./node_modules/webpack/bin/webpack.js -p
@yuvalkarmi
Copy link

Incredible. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment