Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • compose
2 results

Makefile

Blame
  • Makefile 142 B
    TAG='matefarkas/amazonlinux:puppet5'
    
    all:
    	docker build --tag ${TAG} ${PWD}
    
    test:
    	docker run --interactive --tty --rm ${TAG} bash || true