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