changed node command to run on eb

pull/53/head
Dominik Michno 2019-04-08 15:06:36 -04:00
parent f2fdb4b761
commit 7b28690599
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# 02_nodecommand.config
option_settings:
aws:elasticbeanstalk:container:nodejs:
NodeCommand: "npm start"
NodeCommand: "npm start:eb"