link node and npm to path
parent
567ee1b35d
commit
f963758a4b
|
@ -1,3 +0,0 @@
|
||||||
#container_commands:
|
|
||||||
# 001-enableroot:
|
|
||||||
# command: echo Defaults:root \!requiretty >> /etc/sudoers
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
container_commands:
|
||||||
|
01_node_binary:
|
||||||
|
command: "ln -sf `ls -td /opt/elasticbeanstalk/node-install/node-* | head -1`/bin/node /bin/node"
|
|
@ -82,7 +82,7 @@
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/vagrant/roe-base.git"
|
"url": "git://github.com/ebookfoundation/riverofebooks.git"
|
||||||
},
|
},
|
||||||
"author": "vagrant",
|
"author": "vagrant",
|
||||||
"license": "",
|
"license": "",
|
||||||
|
|
Loading…
Reference in New Issue