Test
This commit is contained in:
parent
8dab5968c3
commit
90f4f688eb
1 changed files with 8 additions and 0 deletions
8
.ebextensions/00_change_npm_permissions.config
Normal file
8
.ebextensions/00_change_npm_permissions.config
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
files:
|
||||||
|
"/opt/elasticbeanstalk/hooks/appdeploy/post/00_set_tmp_permissions.sh":
|
||||||
|
mode: "000755"
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
content: |
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
chown -R nodejs:nodejs /tmp/.npm
|
Loading…
Reference in a new issue