changed node command
parent
013c4ea43b
commit
2a00b71423
|
@ -1,4 +1,4 @@
|
|||
# 02_nodecommand.config
|
||||
option_settings:
|
||||
aws:elasticbeanstalk:container:nodejs:
|
||||
NodeCommand: "npm start:eb"
|
||||
NodeCommand: npm run start:eb
|
||||
|
|
Loading…
Reference in New Issue