Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
andrerom authored Oct 3, 2019
1 parent f20d9c1 commit 2e7787f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/docker/install_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ if [ "${INSTALL_DATABASE}" == "1" ]; then
php /scripts/wait_for_db.php
composer ezplatform-install
if [ "$APP_CMD" != '' ]; then
echo '> Executing' "$APP_CMD"
php bin/console $APP_CMD
echo '> Executing' "$APP_CMD"
php bin/console $APP_CMD
fi
echo 'Dumping database into doc/docker/entrypoint/mysql/2_dump.sql for use by mysql on startup.'
mysqldump -u $DATABASE_USER --password=$DATABASE_PASSWORD -h $DATABASE_HOST --add-drop-table --extended-insert --protocol=tcp $DATABASE_NAME > doc/docker/entrypoint/mysql/2_dump.sql
Expand Down

0 comments on commit 2e7787f

Please sign in to comment.