Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HoraceShmorace authored May 17, 2024
1 parent 78ea373 commit b050ad6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ The following NPM scripts are available:
1. deploy
1. update

Each NPM script calls a shell script of the same name in the /bin directory.
💡 Each NPM script calls a Bash script of the same name in the /bin directory. Be sure to set `execute` permissions on this directory:
```bash
chmod -R 755 ./bin
```

### :information_source: Setting the execution environment
These scripts (except for build) all run within the context of an execution environment (e.g., dev, staging, prod, etc.). This will be appended to the name of your Image Flex-based application in CloudFormation.
Expand Down

0 comments on commit b050ad6

Please sign in to comment.