mirror of
https://git.wownero.com/lza_menace/wownero-explorer.git
synced 2024-08-15 01:03:26 +00:00
update final atomic unit in templates and upgrade dockerfile os
This commit is contained in:
parent
8c760ef528
commit
6f4eee3e81
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:19.10 as builder
|
FROM ubuntu:20.04 as builder
|
||||||
|
|
||||||
# Install required packages
|
# Install required packages
|
||||||
RUN apt-get update && apt-get install -y build-essential
|
RUN apt-get update && apt-get install -y build-essential
|
||||||
|
@ -26,7 +26,7 @@ RUN sed -i 's_dummy.rs_src/main.rs_' Cargo.toml
|
||||||
COPY src src
|
COPY src src
|
||||||
RUN ~/.cargo/bin/cargo build --release
|
RUN ~/.cargo/bin/cargo build --release
|
||||||
|
|
||||||
FROM ubuntu:19.10
|
FROM ubuntu:20.04
|
||||||
COPY --from=builder /srv/wownero-explorer/target/release/wownero-explorer /bin/wownero-explorer
|
COPY --from=builder /srv/wownero-explorer/target/release/wownero-explorer /bin/wownero-explorer
|
||||||
COPY static static
|
COPY static static
|
||||||
COPY templates templates
|
COPY templates templates
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<header>
|
<header>
|
||||||
<h3>Transaction Fee</h3>
|
<h3>Transaction Fee</h3>
|
||||||
</header>
|
</header>
|
||||||
<p>{% if tx_info.0.as_json_full.rct_signatures.txnFee %}{{ tx_info.0.as_json_full.rct_signatures.txnFee / 100000000000 }} WOW{% else %}0 (mined){% endif %}</p>
|
<p>{% if tx_info.0.as_json_full.rct_signatures.txnFee %}{{ tx_info.0.as_json_full.rct_signatures.txnFee / 10000000000 }} WOW{% else %}0 (mined){% endif %}</p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-4 col-6-medium col-12-small">
|
<div class="col-4 col-6-medium col-12-small">
|
||||||
|
|
Loading…
Reference in a new issue