12 lines
117 B
Bash
Executable File
12 lines
117 B
Bash
Executable File
#! /bin/sh
|
|
#
|
|
|
|
set -a;
|
|
. "${PWD}/.env";
|
|
set +a;
|
|
|
|
docker exec \
|
|
-it \
|
|
--user root "${PREFIX}-traefik" \
|
|
/bin/ash
|