Skip to content

Commit 353880e

Browse files
committed
1 parent f2f90d2 commit 353880e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

0002_change_npm_permissions.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
files:
2+
"/opt/elasticbeanstalk/hooks/appdeploy/post/00_set_tmp_permissions.sh":
3+
mode: "000755"
4+
owner: root
5+
group: root
6+
content: |
7+
#!/usr/bin/env bash
8+
chown -R nodejs:nodejs /tmp/.npm

0 commit comments

Comments
 (0)