Skip to content

Commit

Permalink
Add block weight flexibility to different types of blocks (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockerBOO authored Jan 26, 2025
1 parent 7ee0cf7 commit 043c64c
Show file tree
Hide file tree
Showing 5 changed files with 3,792 additions and 3,940 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM pierrezemb/gostatic
COPY crates/lora-inspector-wasm/index.html /srv/http/index.html
COPY crates/lora-inspector-wasm/dist/index.html /srv/http/index.html
COPY crates/lora-inspector-wasm/pkg /srv/http/pkg
COPY crates/lora-inspector-wasm/assets /srv/http/assets
COPY crates/lora-inspector-wasm/dist/assets /srv/http/assets
CMD ["-port","8080","-https-promote", "-enable-logging"]
Loading

0 comments on commit 043c64c

Please sign in to comment.