Skip to content

Commit 3472d11

Browse files
kamiyaapaulbalaji
andauthored
feat: move some config options out of configmap (#7164)
Co-authored-by: pbio <10051819+paulbalaji@users.noreply.github.com>
1 parent 20272dc commit 3472d11

7 files changed

Lines changed: 44381 additions & 14 deletions

File tree

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)