Skip to content

Commit d006a3e

Browse files
committed
hotfix: wrong path in docker build script.
1 parent 5606540 commit d006a3e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
docker build \
4-
-f plugins/dockerhub/Dockerfile \
4+
-f docker/Dockerfile \
55
--no-cache \
66
--build-arg gitCommitHash=$(git rev-parse HEAD) \
77
-t cremindes/whalelint:latest \

plugins/vscode/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ It provides static analysis for Dockerfiles, identifying common mistakes and pro
88

99
## WhaleLint
1010

11-
[WhaleLint GitHub page](https://github.com/CreMindES/whalelint)
11+
[WhaleLint GitHub page](https://github.com/CreMindES/whalelint)
12+

0 commit comments

Comments
 (0)