summaryrefslogtreecommitdiff
path: root/pkg/docker_build
blob: 192ae587afdcd798b31dff837c973af6d9e0aed8 (plain)
1
2
3
4
5
6
7
git clone https://github.com/leapcode/bitmask-dev bitmaskbuild
mkdir -p dist/
cd bitmaskbuild
pkg/build_bundle_with_venv.sh

cp -r bitmaskbuild/dist/ dist/
rm -rf bitmaskbuild