contentdb/utils/bash.sh
2023-12-15 23:49:54 +00:00

9 lines
121 B
Bash
Executable File

#!/bin/bash
# Open SSH to app instance
set -e
. "${BASH_SOURCE%/*}/common.sh"
docker exec -it "$(container app)" bash