File size: 102 Bytes
78cd9c1
 
6bb32f9
78cd9c1
 
6bb32f9
78cd9c1
 
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

# Set permissions at runtime
chmod -R 777 /app

# Execute the main command
exec "$@"