startscript and initscript
$INITSCRIPT(default /var/www/app/init.sh
) is now run the first time the container is run
$STARTSCRIPT(default /var/www/app/start.sh
) is now run every time the container is run
$INITSCRIPT(default /var/www/app/init.sh
) is now run the first time the container is run
$STARTSCRIPT(default /var/www/app/start.sh
) is now run every time the container is run