renames wp.sh to www.sh

This commit is contained in:
Jean-Christophe Vanhalle
2024-10-15 16:32:10 +02:00
parent 441dc6b371
commit a51f2ae8f3

13
www.sh Executable file
View File

@@ -0,0 +1,13 @@
#! /bin/sh
#
set -a
. "${PWD}/.env"
set +a
docker exec \
-e SHELLOPTS=vi \
-e HISTFILE=/var/www/html/.bash_history \
-it --user www-data \
"${PREFIX}-app" \
/bin/bash