Last analyzed 9d1c9f5 5 months ago
Default analysis branch is
Currently analyzing run
Use arguments JSON notation for CMD and ENTRYPOINT arguments DOK-DL3025
Bug risk
8 months ago8 months 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