From 61a74b7ca2289e6b95a1ec3d65e9a096d6dbec4e Mon Sep 17 00:00:00 2001 From: edoardottt Date: Fri, 14 Oct 2022 15:53:14 +0200 Subject: [PATCH] Remove Docker --- Dockerfile | 8 -------- README.md | 7 ------- 2 files changed, 15 deletions(-) delete mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 71cf9fa..0000000 --- a/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -FROM golang:1.16 - -WORKDIR $GOPATH/src/github.com/edoardottt/cariddi - -COPY . . -RUN go install -v ./... - -ENTRYPOINT ["cariddi"] diff --git a/README.md b/README.md index 18d90ca..e8d9b7e 100644 --- a/README.md +++ b/README.md @@ -73,13 +73,6 @@ Installation 📡 go install github.com/edoardottt/cariddi/cmd/cariddi@latest ``` -### Using Docker - -```bash -docker build -t cariddi . -docker run cariddi -h -``` - ### Building from source You need [Go](https://golang.org/).