Executable files

We can create our own executable files and run them in actions. This includes passing them as the ENTRYPOINT to a Docker file. When using a shell script, be sure to run chmod +x path/to/file.sh before committing the changes.

Executable files 1