mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-08-31 14:08:47 +00:00
7 lines
157 B
Docker
7 lines
157 B
Docker
FROM alpine:3.13
|
|
|
|
COPY kube-explorer entrypoint.sh /usr/bin/
|
|
# Hack to make golang do files,dns search order
|
|
ENV LOCALDOMAIN=""
|
|
ENTRYPOINT ["entrypoint.sh"]
|