Add reloading support to Docker container

This commit is contained in:
rubenwardy
2020-01-18 01:38:00 +00:00
parent 095494f96f
commit 077bdeb01c
6 changed files with 11 additions and 5 deletions

3
utils/reload.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker exec -it contentdb_app_1 sh -c "cp -r /source/* ."