7 lines
187 B
Bash
7 lines
187 B
Bash
#!/usr/bin/env bash
|
|
|
|
# TODO : FIX BUILD
|
|
git clone --depth=1 https://github.com/docker-library/wordpress.git
|
|
cd wordpress/latest/php8.0/apache/
|
|
podman build -t ${wp_image}:${wp_version} .
|