mirror of
https://gh.wpcy.net/https://github.com/elementor/elementor.git
synced 2026-06-18 04:33:19 +08:00
7 lines
177 B
Bash
Vendored
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"
|