File size: 102 Bytes
1855d63 |
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 "$@" |
1855d63 |
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 "$@" |