changed node command to run on eb
parent
f2fdb4b761
commit
7b28690599
|
@ -1,4 +1,4 @@
|
|||
# 02_nodecommand.config
|
||||
option_settings:
|
||||
aws:elasticbeanstalk:container:nodejs:
|
||||
NodeCommand: "npm start"
|
||||
NodeCommand: "npm start:eb"
|
||||
|
|
Loading…
Reference in New Issue