mirror of
https://github.com/wahyd4/kt-connect.git
synced 2026-08-10 22:05:57 +10:00
6 lines
207 B
Plaintext
6 lines
207 B
Plaintext
FROM registry.cn-hangzhou.aliyuncs.com/rdc-incubator/builder
|
|
|
|
FROM registry.cn-hangzhou.aliyuncs.com/rdc-incubator/kt-connect-shadow:latest
|
|
COPY --from=0 /go/bin/dlv /usr/sbin/dlv
|
|
CMD ["/run.sh", "--debug"]
|