2018-05-18 13:41:41 -05:00
|
|
|
css:
|
|
|
|
python -c "import sass; sass.compile(dirname=('sass', 'static/css'), output_style='compressed')"
|
|
|
|
|
|
|
|
password:
|
|
|
|
python -c "import bcrypt; from getpass import getpass; print(bcrypt.hashpw(getpass().encode('utf-8'), bcrypt.gensalt()).decode('utf-8'))"
|
2018-05-22 17:41:37 -05:00
|
|
|
|
|
|
|
update:
|
|
|
|
docker-compose stop
|
|
|
|
git pull
|
|
|
|
docker-compose up -d --force-recreate --build
|