Naveenkorkopp's picture
Updating files
464c060
raw
history blame contribute delete
102 Bytes
#!/bin/sh
set -e
# Set permissions at runtime
chmod -R 777 /app
# Execute the main command
exec "$@"