add Dockerfile for easy deployment
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM golang:1.16
|
||||
|
||||
WORKDIR /go/src/gidbig
|
||||
COPY . .
|
||||
RUN go get -d -v .
|
||||
RUN go install -v .
|
||||
|
||||
CMD [ "gidbig" ]
|
||||
Reference in New Issue
Block a user