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