#!/bin/sh set -e # Set permissions at runtime chmod -R 777 /app # Execute the main command exec "$@"