Skip to content

Commit

Permalink
fix(elasticbeanstalk): use different services path
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Aug 6, 2019
1 parent a337f03 commit 8a6cb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ebextensions/nodecommand.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
option_settings:
aws:elasticbeanstalk:container:nodejs:
NodeCommand: "npm start"
NodeCommand: "npm start -d ~/services/"

0 comments on commit 8a6cb1b

Please sign in to comment.