Merge pull request #17 from vector-im/dbkr/moredocker

Better Docker Support
This commit is contained in:
David Baker
2019-12-13 17:18:16 +00:00
committed by GitHub
4 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -61,7 +61,8 @@ This will do a couple of things:
You can also build using docker, which will always produce the linux package:
```
yarn run dockerbuild
yarn run docker:install
yarn run docker:build
```
After running, the packages should be in `dist/`.