mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 12:01:51 +01:00
Formatting
This commit is contained in:
parent
333acce410
commit
4e256a82e5
|
@ -1,13 +1,11 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# This is development util
|
# This is development util
|
||||||
main() {
|
main() {
|
||||||
local wpVersion="${1:-6.5.3}"
|
local wpVersion="${1:-6.5.3}"
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
docker build \
|
docker build \
|
||||||
--file=Dockerfile.dev \
|
--file=Dockerfile.dev \
|
||||||
--build-arg="WP_VERSION=${wpVersion}" \
|
--build-arg="WP_VERSION=${wpVersion}" \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user