diff --git a/network-poc/docker-compose.yml b/network-poc/docker-compose.yml index 46d4c4b..b1ed68c 100644 --- a/network-poc/docker-compose.yml +++ b/network-poc/docker-compose.yml @@ -9,7 +9,7 @@ services: volumes: - .:/app # Käännetään aina käynnistyksen yhteydessä varmuuden vuoksi Wasm uusimmista koodeista, ja päälle pyöräytetään Hub! - command: bash -c "cd node && wasm-pack build --target web --out-dir ../static/pkg && cd ../hub && cargo run" + command: bash -c "cd node && wasm-pack build --release --target web --out-dir ../static/pkg && cd ../hub && cargo run" # Valinnainen natiivi-solmu — kerää oikeat laitteistotiedot (nvidia-smi-taso) native-node: