diff --git a/.DS_Store b/.DS_Store index 2b3d9fc..7535df4 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/deploy/Dockerfile b/deploy/Dockerfile new file mode 100644 index 0000000..a9b83d8 --- /dev/null +++ b/deploy/Dockerfile @@ -0,0 +1,6 @@ +FROM golang:alpine + +RUN go build -o /root/matrix-handler cmd/svr/main.go + +WORKDIR /root/ +CMD ["./matrix-handler"] diff --git a/pkg/.DS_Store b/pkg/.DS_Store index 9a4b3cb..b9957e5 100644 Binary files a/pkg/.DS_Store and b/pkg/.DS_Store differ