6 lines
76 B
Bash
Executable File
6 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Open SSH to app instance
|
|
|
|
docker exec -it contentdb_app_1 bash
|