Revert "add Dockerfile for easy deployment"
This reverts commit 87509ff803.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
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