Formatting

This commit is contained in:
Aleksandar Puharic 2024-05-20 22:55:44 +02:00
parent 333acce410
commit 4e256a82e5
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB

View File

@ -1,13 +1,11 @@
#!/usr/bin/env bash
# This is development util
main() {
local wpVersion="${1:-6.5.3}"
set -ex
docker build \
--file=Dockerfile.dev \
--build-arg="WP_VERSION=${wpVersion}" \