From 70138a05ed2e9e0610431aa157f5ad8d070aac62 Mon Sep 17 00:00:00 2001 From: jaakko Date: Wed, 1 Apr 2026 18:28:16 +0300 Subject: [PATCH] caddy fiilailuu --- network-poc/Dockerfile.prod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/network-poc/Dockerfile.prod b/network-poc/Dockerfile.prod index e486f85..189c47c 100644 --- a/network-poc/Dockerfile.prod +++ b/network-poc/Dockerfile.prod @@ -9,7 +9,8 @@ RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh WORKDIR /app # 1. Kopioi vain Cargo-tiedostot → riippuvuudet cacheen -COPY Cargo.toml Cargo.lock ./ +COPY Cargo.toml ./ +COPY Cargo.lock* ./ COPY hub/Cargo.toml hub/Cargo.toml COPY node/Cargo.toml node/Cargo.toml COPY native-node/Cargo.toml native-node/Cargo.toml