Add note about maintenance

This commit is contained in:
sn0w
2018-08-18 23:32:33 +02:00
parent 24ae4e36a7
commit f085171daa
2 changed files with 8 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ load_env() {
action__build() { docker_compose build --build-arg __BUST_CACHE="$(date +%s)" server; }
action__debug() { render_template; }
action__down() { action__stop; }
action__enter() { docker_compose exec server ash; }
action__enter() { docker_compose exec server ash -c 'cd /pleroma && ash'; }
action__lint() { render_template | jq; }
action__logs() { docker_compose logs -f; }
action__mix() { docker_compose exec server ash -c "cd /pleroma && mix $*"; }