Skip to content

Commit

Permalink
local build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Jul 10, 2024
1 parent 1bb8156 commit 08ecdb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Process building blocks
docker run --pull=always --rm --workdir /workspace -v "$(pwd):/workspace" ghcr.io/opengeospatial/bblocks-postprocess --clean true
docker run --pull=always --rm --workdir /workspace -v "$(pwd):/workspace" ghcr.io/opengeospatial/bblocks-postprocess --clean true --base-url http://localhost:9090/register/
1 change: 1 addition & 0 deletions view.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker run --rm --pull=always -v "$(pwd):/register" -p 9090:9090 ghcr.io/ogcincubator/bblocks-viewer

0 comments on commit 08ecdb6

Please sign in to comment.