From 8ee89d270a4e6fdf029903d3dd8f1fed1da7417d Mon Sep 17 00:00:00 2001 From: oiwn Date: Mon, 13 Jul 2026 02:20:55 +0700 Subject: [PATCH] now copy local files into the container --- Cargo.lock | 2 +- Cargo.toml | 2 +- infrastructure/docker/Dockerfile | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a84161..98887c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1275,7 +1275,7 @@ version = "0.1.0" [[package]] name = "exoplanets-catalog" -version = "0.3.10" +version = "0.3.11" dependencies = [ "axum", "console_error_panic_hook", diff --git a/Cargo.toml b/Cargo.toml index 2cd0ebe..30059a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exoplanets-catalog" -version = "0.3.10" +version = "0.3.11" edition = "2024" [workspace] diff --git a/infrastructure/docker/Dockerfile b/infrastructure/docker/Dockerfile index eda1faf..3d7717a 100644 --- a/infrastructure/docker/Dockerfile +++ b/infrastructure/docker/Dockerfile @@ -35,6 +35,7 @@ COPY docs ./docs COPY src ./src COPY style ./style COPY public ./public +COPY locales ./locales RUN cargo leptos build --release --split