kube-tarian / sigrun

Use arguments JSON notation for CMD and ENTRYPOINT arguments DOK-DL3025
Bug risk
Major
2 years ago2 years old
Use arguments JSON notation for CMD and ENTRYPOINT arguments
 9# COPY the source code as the last step
10COPY . .
11RUN go build -o main cmd/sigrun-controller/main.go
12ENTRYPOINT ./main