mirror of
https://github.com/google/alertmanager-irc-relay.git
synced 2024-11-23 11:29:27 +01:00
Add a basic Docker file.
Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk>
This commit is contained in:
parent
f5023118ba
commit
affccd57c0
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM golang:1.16
|
||||
|
||||
WORKDIR /go/src/app
|
||||
COPY . .
|
||||
|
||||
RUN go get -d -v ./...
|
||||
RUN go install -v ./...
|
||||
|
||||
CMD ["alertmanager-irc-relay", "--config=/config.yml"]
|
Loading…
Reference in New Issue
Block a user