adding dockerfile

This commit is contained in:
Matt Burchett 2021-02-04 01:29:46 -06:00
parent 105657fc4b
commit 7c0a792db6
3 changed files with 6 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

6
deploy/Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM golang:alpine
RUN go build -o /root/matrix-handler cmd/svr/main.go
WORKDIR /root/
CMD ["./matrix-handler"]

BIN
pkg/.DS_Store vendored

Binary file not shown.