ci(build): update docker build
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-01-03 21:39:24 +01:00
parent 0ffe7547d5
commit ad9a71bf6f

View file

@ -1,8 +1,6 @@
FROM golang:1.18
WORKDIR /go/src/woodpecker-email
RUN apt-get update && apt-get -y install ca-certificates tzdata
RUN make build && cp /go/src/woodpecker-email/woodpecker-email /bin
RUN make build && cp ./woodpecker-email /bin
ENTRYPOINT ["/bin/woodpecker-email"]