fixing typo NODE_COMMAND > NodeCommand

This commit is contained in:
2020-04-23 22:56:28 +01:00
parent 2c83d51027
commit aa1ae6a239

View File

@@ -1,5 +1,5 @@
option_settings:
aws:elasticbeanstalk:container:nodejs:
NODE_COMMAND: "NODE_ENV=production yarn start"
NodeCommand: "NODE_ENV=production yarn start"
ProxyServer: nginx
GzipCompression: true