caddy fiilailuu

This commit is contained in:
2026-04-01 18:28:16 +03:00
parent 29b4524027
commit 70138a05ed

View File

@@ -9,7 +9,8 @@ RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
WORKDIR /app WORKDIR /app
# 1. Kopioi vain Cargo-tiedostot → riippuvuudet cacheen # 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 hub/Cargo.toml hub/Cargo.toml
COPY node/Cargo.toml node/Cargo.toml COPY node/Cargo.toml node/Cargo.toml
COPY native-node/Cargo.toml native-node/Cargo.toml COPY native-node/Cargo.toml native-node/Cargo.toml