mirror of
https://github.com/wahyd4/kubectl-helm-action.git
synced 2026-08-08 20:56:21 +10:00
8 lines
88 B
Docker
8 lines
88 B
Docker
FROM dtzar/helm-kubectl:3.13
|
|
|
|
WORKDIR /app
|
|
|
|
COPY run.sh .
|
|
|
|
ENTRYPOINT [ "/app/run.sh" ]
|