Skip to content

Commit 3472d11

Browse files
kamiyaapaulbalaji
andauthored
feat: move some config options out of configmap (#7164)
Co-authored-by: pbio <[email protected]>
1 parent 20272dc commit 3472d11

File tree

7 files changed

+44381
-14
lines changed

7 files changed

+44381
-14
lines changed

rust/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
6464
FROM ubuntu:22.04
6565
WORKDIR /app
6666
COPY rust/main/config /app/config
67+
COPY rust/main/app-contexts /app/app-contexts
6768
COPY --from=builder /release/* .
6869

6970
# Install runtime dependencies

0 commit comments

Comments
 (0)