26d8371 b959ebe 45e3447 26d8371 5783142 26d8371 aa82c4e
1
2
3
4
5
6
7
8
9
#!/bin/sh set -e # Set permissions at runtime chmod -R 777 /app # Execute the main command exec "$@"