diff options
Diffstat (limited to 'utils/bash.sh')
-rwxr-xr-x | utils/bash.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/bash.sh b/utils/bash.sh index f75fc41..8a3c6a0 100755 --- a/utils/bash.sh +++ b/utils/bash.sh @@ -1,3 +1,5 @@ #!/bin/bash +# Open SSH to app instance + docker exec -it contentdb_app_1 bash |