Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 5d219565 authored by Nicolas's avatar Nicolas
Browse files

feat: update make command

parent 6656c1ee
No related branches found
No related tags found
No related merge requests found
......@@ -50,4 +50,7 @@ init:
.PHONY: docker-lint
docker-lint:
docker run --rm -i hadolint/hadolint < .docker/*.Dockerfile
docker run --rm -i hadolint/hadolint < .docker/httpd.Dockerfile
docker run --rm -i hadolint/hadolint < .docker/nginx.Dockerfile
docker run --rm -i hadolint/hadolint < .docker/phpfpm.Dockerfile
docker run --rm -i hadolint/hadolint < .docker/phpunit.Dockerfile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment