amazon web services - How to reference application files from within an AWS container_commands -


i'm trying run grunt build in container_commands section of .ebextensions/init.config file. command in question looks this:

10-run-grunt:     command: $node_home/bin/node $node_home/bin/grunt --gruntfile /tmp/deploy/application/gruntfile.js build 

since run grunt build command within application root, i'm unable container_commands, can see i'm specifying path gruntfile using --gruntfile <path_to_gruntfile> option.

my question is: how path application files within container_commands command? assume there environment variable represents this.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -