Merge pull request #174 from vector-im/gsouquet-fix-dockerbuild-typo

Fix docker:build:native documentation typo
This commit is contained in:
Germain 2021-03-25 17:38:42 +00:00 committed by GitHub
commit f51001a460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ yarn run docker:setup
yarn run docker:install
# if you want to build the native modules (this will take a while)
yarn run docker:buildnative
yarn run docker:build:native
yarn run docker:build
```