From: Sam Date: Fri, 20 May 2016 04:57:27 +0000 (+1000) Subject: we need a rebuild at the end X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5a3cc25ffd9f6ee71ff7148921319f1b99670ac7;p=discourse_docker.git we need a rebuild at the end --- diff --git a/templates/new.postgres.template.yml b/templates/new.postgres.template.yml index 49df845..9eaaa4a 100644 --- a/templates/new.postgres.template.yml +++ b/templates/new.postgres.template.yml @@ -104,7 +104,8 @@ run: echo Run: "sudo -iu postgres dropdb discourse" echo Run: "sudo -iu postgres createdb discourse" echo Run: "sudo -iu postgres psql discourse < backup.db" - echo Run: "sv start unicorn" + echo Run: "exit" + echo Run: "./launcher rebuild app" exit 1 fi