adding dockerfile
This commit is contained in:
parent
105657fc4b
commit
7c0a792db6
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"]
|
BIN
pkg/.DS_Store
vendored
BIN
pkg/.DS_Store
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user