Merge pull request #63 from fefrei/patch-1

Renamed /var/docker to /var/discourse
This commit is contained in:
Joshua Rosenfeld 2018-02-01 08:40:33 -05:00 committed by GitHub
commit 46219ea36e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ hooks:
Rebuild the container
```
cd /var/docker
cd /var/discourse
git pull
./launcher rebuild app
```