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