diff options
author | rubenwardy <rw@rubenwardy.com> | 2020-01-18 23:20:34 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2020-01-18 23:20:34 +0000 |
commit | 64e1805b5387ca3ab7cad55b85b8ae54be076d35 (patch) | |
tree | 51e0829622c660346e5b2d515555a92acd10277e /utils/update.sh | |
parent | 22d02edbd858649e1c890621d72867d913f8dc57 (diff) | |
download | cheatdb-64e1805b5387ca3ab7cad55b85b8ae54be076d35.tar.xz |
Add more util scripts
Diffstat (limited to 'utils/update.sh')
-rwxr-xr-x | utils/update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/update.sh b/utils/update.sh index 97e2593..aeba314 100755 --- a/utils/update.sh +++ b/utils/update.sh @@ -2,6 +2,7 @@ # # Call from a docker host to rebuild and update running instances of CDB. +# This is for production use. See reload.sh for debug mode hot/live reloading. # sudo docker-compose build app |