We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda65cb commit dd38e88Copy full SHA for dd38e88
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.16.5-stretch AS build
+FROM golang:1.18.3-stretch AS build
2
WORKDIR /
3
COPY . .
4
RUN CGO_ENABLED=0 go build -ldflags='-s -w' -o /vl ./cmd/vl/main.go
README.md
@@ -77,7 +77,7 @@ passed as they are in the text file
77
## Running with docker
78
79
```
80
-$ docker run -it --rm -v $PWD:/ ellisonleao/vl /yourfile.md
+$ docker run -it --rm -v $PWD:/vl ellisonleao/vl /vl/yourfile.md
81
82
83
# Screenshots
0 commit comments