This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

bobbin/containerfiles: fix bobbin container

Signed-off-by: dawn <dawn@tangled.org>

author
dawn
date (Aug 1, 2026, 11:40 AM +0300) commit 4dfa9fab parent d977e681 change-id spkyypqw
+5
+4
.dockerignore
··· 25 25 .bin 26 26 out/ 27 27 node_modules/ 28 + **/node_modules/ 28 29 *.db 29 30 *.db-* 30 31 *.rdb ··· 41 42 42 43 knot2/pack-spike 43 44 **/src/_lex 45 + !bobbin/crates/types/src/ 46 + !bobbin/crates/types/src/_lex/ 47 + !bobbin/crates/types/src/_lex/**
+1
bobbin/containerfiles/bobbin.Containerfile
··· 15 15 WORKDIR /src 16 16 COPY Cargo.toml Cargo.lock rust-toolchain.toml ./ 17 17 COPY lexicons ./lexicons 18 + COPY crates/trusted-proxies ./crates/trusted-proxies 18 19 COPY bobbin ./bobbin 19 20 # keep image lighter by not copying in shittle, knot2 20 21 # does however need some cargo toml patchings