Renamed /var/docker to /var/discourse

This commit is contained in:
Felix Freiberger 2018-02-01 14:38:20 +01:00 committed by GitHub
parent ed2830172b
commit 4313ad44f9
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
```