2023-12-16 00:49:54 +01:00
|
|
|
#!/bin/bash
|
2020-01-18 02:38:00 +01:00
|
|
|
|
2020-01-19 00:20:34 +01:00
|
|
|
# Hot/live reload - only works in debug mode
|
|
|
|
|
2023-12-16 00:46:07 +01:00
|
|
|
set -e
|
|
|
|
. "${BASH_SOURCE%/*}/common.sh"
|
|
|
|
|
|
|
|
docker exec "$(container app)" sh -c "cp -r /source/* ."
|