Skip to content

Commit 2a9f37b

Browse files
committed
Include locale config in container build
1 parent 77fe243 commit 2a9f37b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM rust:1.96 AS build
22
WORKDIR /app
33

44
COPY Cargo.toml Cargo.lock ./
5+
COPY config ./config
56
COPY src ./src
67

78
RUN cargo build --release \

0 commit comments

Comments
 (0)