add to makefile
authorLorin Hochstein <lhochstein@netflix.com>
Mon, 1 May 2017 04:19:49 +0000 (21:19 -0700)
committerLorin Hochstein <lhochstein@netflix.com>
Mon, 1 May 2017 04:19:49 +0000 (21:19 -0700)
ans-con/Makefile

index 89563be..36875ba 100644 (file)
@@ -1,6 +1,10 @@
-.PHONY: build push
+.PHONY: build push run
+
+run:
+       ansible-container run
 
 build:
        ansible-container build
+
 push:
        ansible-container push