Added some custom configurations for Elastic Beanstalk
parent
83a33a0bea
commit
18a8c08013
|
@ -0,0 +1,4 @@
|
|||
# 02_nodecommand.config
|
||||
option_settings:
|
||||
aws:elasticbeanstalk:container:nodejs:
|
||||
NodeCommand: "npm run start:prod"
|
|
@ -18,3 +18,9 @@ lib-cov
|
|||
*.out
|
||||
*.pid
|
||||
package-lock.json
|
||||
|
||||
# Elastic Beanstalk Files
|
||||
.elasticbeanstalk/*
|
||||
!.elasticbeanstalk/*.cfg.yml
|
||||
!.elasticbeanstalk/*.global.yml
|
||||
.ebextensions/01_envvar.config
|
||||
|
|
Loading…
Reference in New Issue