mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2026-01-25 23:14:11 +00:00
5 lines
117 B
Docker
5 lines
117 B
Docker
FROM registry.suse.com/bci/bci-minimal:15.4
|
|
|
|
COPY kube-explorer entrypoint.sh /usr/bin/
|
|
ENTRYPOINT ["entrypoint.sh"]
|