Skip to content

Commit

Permalink
lp_ui: update build instructions
Browse files Browse the repository at this point in the history
Change-Id: If519936d621a9cfe29b36460b082847685b91428
  • Loading branch information
evan-gray committed Sep 13, 2021
1 parent 54f7d46 commit 59b490e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lp_ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
Run the following from the root of this repo

```bash
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 --target node-export -f Dockerfile.proto -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 sdk/js
npm run build --prefix sdk/js
Expand Down

0 comments on commit 59b490e

Please sign in to comment.