mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-21 20:59:38 +00:00
9 lines
121 B
Bash
Executable file
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
|