We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b346b commit 3338454Copy full SHA for 3338454
1 file changed
Makefile
@@ -4,6 +4,9 @@ test: ## run testinfra tests against the project
4
-v /var/run/docker.sock:/var/run/docker.sock:ro \
5
aveltens/docker-testinfra
6
7
+lint: ## run hadolint against the Dockerfile
8
+ docker run --rm -i hadolint/hadolint < src/Dockerfile
9
+
10
build: ## build the docker image
11
docker build --file ./src/Dockerfile --tag aveltens/solid-server .
12
0 commit comments