File size: 103 Bytes
fb030aa
 
45e3447
fb030aa
3f27836
46a96ce
fb030aa
 
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 "$@"