mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 08:33:45 +01:00
9 lines
156 B
Bash
Executable File
9 lines
156 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Hot/live reload - only works in debug mode
|
|
|
|
set -e
|
|
. "${BASH_SOURCE%/*}/common.sh"
|
|
|
|
docker exec "$(container app)" sh -c "cp -r /source/* ."
|