LInting
This commit is contained in:
parent
ddafc41052
commit
3c5f87687d
3 changed files with 6 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ RUN go mod tidy
|
|||
RUN CGO_ENABLED=0 go build -o app .
|
||||
|
||||
FROM alpine:3.14
|
||||
LABEL org.opencontainers.image.source=https://github.com/trstringer/manual-approval
|
||||
LABEL org.opencontainers.image.source=https://github.com/snskarora/manual-approval
|
||||
RUN apk update && apk add ca-certificates
|
||||
COPY --from=builder /var/app/app /var/app/app
|
||||
CMD ["/var/app/app"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue