Skip to content

Commit

Permalink
docker: Fix setting owner of /srv/zulip inside container.
Browse files Browse the repository at this point in the history
  • Loading branch information
jersou authored and timabbott committed May 5, 2017
1 parent aee7475 commit 1a89928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev-setup-non-vagrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ docker build -t user/zulipdev .
Commit and tag the provisioned images. The below will install Zulip's dependencies:
```
docker run -itv $(pwd):/srv/zulip -p 9991:9991 user/zulipdev /bin/bash
$ /bin/bash sudo chmod -R zulip:zulip /srv/zulip
$ /bin/bash sudo chown -R zulip:zulip /srv/zulip
$ /bin/bash /srv/zulip/tools/provision --docker
docker ps -af ancestor=user/zulipdev
docker commit -m "Zulip installed" <container id> user/zulipdev:v2
Expand Down

0 comments on commit 1a89928

Please sign in to comment.