mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update makefile
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
f37b405511
commit
7bbaafec88
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ run: ## Run a Dockerfile from the command at the top of the file (ex. DIR=telnet
|
|||
test: shellcheck dockerfiles ## Runs the tests on the repository.
|
||||
|
||||
.PHONY: dockerfiles
|
||||
dockerfiles: ## Tests the changes to the Dockefiles build.
|
||||
dockerfiles: ## Tests the changes to the Dockerfiles build.
|
||||
@$(CURDIR)/test.sh
|
||||
|
||||
# if this session isn't interactive, then we don't want to allocate a
|
||||
|
|
Loading…
Reference in New Issue
Block a user