Update Docker-Guide.md (#577)
This commit is contained in:
parent
64328425db
commit
42e5e85445
|
@ -41,6 +41,7 @@ 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue