Update Docker-Guide.md (#577)

This commit is contained in:
RosaEinhorn 2018-03-20 23:23:20 +01:00 committed by Eugen Rochko
parent 64328425db
commit 42e5e85445
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ You must build your own image if you've made any code modifications. To build yo
2. Uncomment the `build: .` lines for all images (web, streaming, sidekiq) if needed.
3. Save the file and exit the text editor.
3. Run `docker-compose build`.
4. Set correct file-owner with `chown -R 991:991 public`
## Building the app
Now the image can be used to generate a configuration with: