Skip to content

Commit 73eeecc

Browse files
tridgeclaude
andcommitted
docker: copy conntdb_lib.py into runtime image
keydb.py imports conntdb_lib at startup (for the new 'stats' command), so the runtime stage of docker/Dockerfile needs the file alongside keydb.py / keydb_lib.py. Without this the 'docker-test' CI job fails with ModuleNotFoundError on any keydb.py invocation. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 15ef7f0 commit 73eeecc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ WORKDIR /app
5959
COPY --from=builder /app/udpproxy /app/udpproxy
6060
COPY --from=builder /app/keydb.py /app/keydb.py
6161
COPY --from=builder /app/keydb_lib.py /app/keydb_lib.py
62+
COPY --from=builder /app/conntdb_lib.py /app/conntdb_lib.py
6263

6364
# Create data directory for persistent storage
6465
RUN mkdir -p /app/data

0 commit comments

Comments
 (0)