Spaces:
Sleeping
Sleeping
| set -e | |
| # Set permissions at runtime | |
| chmod -R 777 /app | |
| # Execute the main command | |
| exec "$@" | |
| set -e | |
| # Set permissions at runtime | |
| chmod -R 777 /app | |
| # Execute the main command | |
| exec "$@" | |