forked from GithubMirrors/cardconjurer
		
	 0cb5382ac5
			
		
	
	0cb5382ac5
	
	
	
		
			
			* add a make script for easy startup * extend the readme to subscribe, how you can run with docker
		
			
				
	
	
		
			3 lines
		
	
	
		
			145 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			145 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| start:
 | |
| 	docker build -f Dockerfile --target "prod" . -t "cardconjurer-client" && docker run -dit -h 127.0.0.1 -p 4242:4242 "cardconjurer-client"
 |