Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dockerfile (part 2) #9426

Merged
merged 7 commits into from
May 1, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add USE_CUSTOM_SDKS to docs
turt2live committed Apr 10, 2019

Unverified

No user is associated with the committer email.
commit a263ca8cb373f4852049dfe828dee19f7f8bfcf5
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -287,6 +287,7 @@ If you're building a custom branch, or want to use the develop branch, check out
riot-web branch and then run:
```bash
docker build -t vectorim/riot-web:develop \
--build-arg USE_CUSTOM_SDKS=true \
--build-arg REACT_SDK_REPO="https://github.com/matrix-org/matrix-react-sdk.git" \
--build-arg REACT_SDK_BRANCH="develop" \
--build-arg JS_SDK_REPO="https://github.com/matrix-org/matrix-js-sdk.git" \