adding dockerfile
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
FROM golang:alpine
|
||||||
|
|
||||||
|
RUN go build -o /root/matrix-handler cmd/svr/main.go
|
||||||
|
|
||||||
|
WORKDIR /root/
|
||||||
|
CMD ["./matrix-handler"]
|
||||||
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user