contentdb/utils/reload.sh

6 lines
117 B
Bash
Raw Normal View History

#!/bin/bash
2020-01-19 00:20:34 +01:00
# Hot/live reload - only works in debug mode
docker exec -it contentdb_app_1 sh -c "cp -r /source/* ."