contentdb/utils/reload.sh
2023-12-15 23:49:54 +00:00

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/* ."