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