Update build configuration files

This commit is contained in:
Oliver Davies 2023-12-16 17:08:51 +00:00
parent a7d4bdd8d7
commit ac56802711

5
run
View file

@ -63,6 +63,11 @@ function help {
printf "\nExtended help:\n Each task has comments for general usage\n" printf "\nExtended help:\n Each task has comments for general usage\n"
} }
# Install Drupal.
function install {
drush site:install -y "${@}"
}
function lint:dockerfile { function lint:dockerfile {
docker container run --rm -i \ docker container run --rm -i \
hadolint/hadolint hadolint --ignore DL3008 --ignore DL3059 -t style "${@}" - < Dockerfile hadolint/hadolint hadolint --ignore DL3008 --ignore DL3059 -t style "${@}" - < Dockerfile