Files
wp-docker-setup/root.sh
Jean-Christophe Vanhalle b47876ad62 rewrites the whole thing
2023-08-14 14:48:47 +02:00

12 lines
111 B
Bash
Executable File

#! /bin/sh
#
set -a
. "${PWD}/.env"
set +a
docker exec \
-it \
--user root "${PREFIX}-app" \
/bin/bash