mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 16:43:47 +01:00
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
|