File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33- hosts : mongodb
44- hosts : redis
55- hosts : rabbitmq
6+ - hosts : big-poppa
67- hosts : socket-server-proxy
78
89- hosts : eru
Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ npm_version: 2
1010dockerfile_enviroment : [
1111 " NPM_TOKEN {{ npm_token }}"
1212]
13+
14+ dockerfile_pre_install_commands : [
15+ " echo '//registry.npmjs.org/:_authToken=\$ {NPM_TOKEN}' > .npmrc"
16+ ]
17+
1318# for container settings
1419container_envs : >
1520 -e DATADOG_HOST={{ datadog_host_address }}
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ has_shrinkwrap: true
1212dockerfile_enviroment : [
1313 " NPM_TOKEN {{ npm_token }}"
1414]
15+ dockerfile_pre_install_commands : [
16+ ' echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc'
17+ ]
1518
1619dockerfile_post_install_commands :
1720- apt-get update && apt-get install -y supervisor
You can’t perform that action at this time.
0 commit comments