Skip to content
Snippets Groups Projects
Select Git revision
  • f87a8c595a3832c46807fa2737128f08112413a1
  • master default protected
  • ansibleBranch
  • AURIN
4 results

Makefile

Blame
  • Makefile 169 B
    build:
    	docker build . -t avasthi/twitter-app:${VERSION}
    
    push:
    	docker push avasthi/twitter-app:${VERSION}
    
    run:
    	docker run -d -p 80:80 avasthi/twitter-app:${VERSION}