We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7e3a4 commit 762d968Copy full SHA for 762d968
tests/ttc/Dockerfile
@@ -7,6 +7,7 @@ COPY . .
7
RUN CGO_ENABLED=0 go build -tags rows_hack ./tests/ttc
8
9
FROM debian:bullseye-slim
10
+
11
COPY --from=builder /usr/src/ttc /usr/local/bin/ttc-server
12
13
# docker run --net host -e TTC_PORT=9093 -e DATABEND_DSN=databend://default:@127.0.0.1:8000 ghcr.io/databendlabs/ttc-go:latest
0 commit comments