lp_ui: update build instructions
Change-Id: If519936d621a9cfe29b36460b082847685b91428
This commit is contained in:
parent
54f7d46f66
commit
59b490e13a
|
@ -6,8 +6,8 @@
|
||||||
Run the following from the root of this repo
|
Run the following from the root of this repo
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
DOCKER_BUILDKIT=1 docker build -- --target node-export -f Dockerfile.proto -o type=local,dest=. .
|
DOCKER_BUILDKIT=1 docker build --target node-export -f Dockerfile.proto -o type=local,dest=. .
|
||||||
DOCKER_BUILDKIT=1 docker build -- -f Dockerfile.wasm -o type=local,dest=.. .
|
DOCKER_BUILDKIT=1 docker build -f solana/Dockerfile.wasm -o type=local,dest=. solana
|
||||||
npm ci --prefix ethereum
|
npm ci --prefix ethereum
|
||||||
npm ci --prefix sdk/js
|
npm ci --prefix sdk/js
|
||||||
npm run build --prefix sdk/js
|
npm run build --prefix sdk/js
|
||||||
|
|
Loading…
Reference in New Issue