adds a short to launch a root shell
This commit is contained in:
8
root.sh
Executable file
8
root.sh
Executable file
@@ -0,0 +1,8 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
#
|
||||||
|
|
||||||
|
set -o allexport;
|
||||||
|
source .env;
|
||||||
|
set +o allexport
|
||||||
|
|
||||||
|
docker exec -it --user root $PREFIX-web /bin/bash
|
||||||
Reference in New Issue
Block a user