elementor/bin/bootstrap-env.sh

7 lines
177 B
Bash
Vendored

#!/usr/bin/env bash
# credit: "https://github.com/WordPress/gutenberg"
# under GPL license
WP_VERSION=${WP_VERSION-latest}
DOCKER_COMPOSE_FILE_OPTIONS="-f docker-compose.yml"