Revert "add Dockerfile for easy deployment"

This reverts commit 87509ff803.
This commit is contained in:
da
2021-04-14 13:07:45 +02:00
parent 1d536d433e
commit f0bf55ca41
-8
View File
@@ -1,8 +0,0 @@
FROM golang:1.16
WORKDIR /go/src/gidbig
COPY . .
RUN go get -d -v .
RUN go install -v .
CMD [ "gidbig" ]