Improve logging

This commit is contained in:
Thomas Sileo
2018-05-23 00:41:37 +02:00
parent 694511121c
commit cc900a2b4c
3 changed files with 12 additions and 1 deletions

View File

@@ -3,3 +3,8 @@ css:
password:
python -c "import bcrypt; from getpass import getpass; print(bcrypt.hashpw(getpass().encode('utf-8'), bcrypt.gensalt()).decode('utf-8'))"
update:
docker-compose stop
git pull
docker-compose up -d --force-recreate --build