File size: 85 Bytes
d4852d9
 
 
1
2
3
run-app:
	docker build -t graph-rec-app .
	docker run --rm -p 8501:8501 graph-rec-app