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