Improve logging
This commit is contained in:
parent
694511121c
commit
cc900a2b4c
3 changed files with 12 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue