mirror of
https://github.com/harness-community/drone-helm-chart-container-registry.git
synced 2026-06-04 18:24:12 +08:00
7 lines
113 B
Docker
7 lines
113 B
Docker
FROM --platform=linux/amd64 alpine:latest as base
|
|
|
|
WORKDIR /app
|
|
|
|
COPY ./drone-helm /app/
|
|
|
|
CMD ["/app/drone-helm"] |