mirror of
https://github.com/wahyd4/kubectl-helm-action.git
synced 2026-08-09 05:06:10 +10:00
6 lines
71 B
Docker
6 lines
71 B
Docker
FROM dtzar/helm-kubectl:3.2.0
|
|
|
|
COPY run.sh .
|
|
|
|
ENTRYPOINT [ "/run.sh" ]
|