Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbailey-ucsf authored Jul 12, 2024
1 parent d4afd54 commit ff2a97b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ services:
commands:
init:
- echo "initializing webserver"

- env
- export MOODLE_DOCKER_DBTYBE=mariadb
- env

# Link the document root to the expected path. This example links /moodle
# to the docroot.
Expand All @@ -44,6 +45,12 @@ services:
# Install/update packages managed by composer, including drush.
- composer install --optimize-autoloader --ignore-platform-req=ext-zip --ignore-platform-req=ext-intl

build:
- echo "building..."
- env
- export MOODLE_DOCKER_DBTYBE=mariadb
- echo "env again in build"
- end
#update:
# - cp "${TUGBOAT_ROOT}/.tugboat/config.php" "${DOCROOT}/config.php"

Expand Down

0 comments on commit ff2a97b

Please sign in to comment.