mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 14:58:01 +08:00
drupal: renamed run-drupal.sh to run.sh
This commit is contained in:
@@ -36,4 +36,4 @@ EXPOSE 80 443
|
||||
|
||||
ENTRYPOINT ["/app-entrypoint.sh"]
|
||||
|
||||
CMD ["/run-drupal.sh"]
|
||||
CMD ["/run.sh"]
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
print_welcome_page
|
||||
check_for_updates &
|
||||
|
||||
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/run-drupal.sh" ]]; then
|
||||
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/run.sh" ]]; then
|
||||
nami_initialize apache php drupal
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user