mirror of
https://github.com/bitnami/containers.git
synced 2026-03-18 15:27:52 +08:00
app-entrypoint.sh: adds welcome and update check calls
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#!/bin/bash -e
|
||||
. /opt/bitnami/base/functions
|
||||
|
||||
print_welcome_page
|
||||
check_for_updates &
|
||||
|
||||
INIT_SEM=/tmp/initialized.sem
|
||||
PACKAGE_FILE=/app/composer.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user