mirror of https://github.com/Chocobozzz/PeerTube
				
				
				
			
		
			
				
	
	
	
		
			530 B
		
	
	
	
	
			
		
		
	
	
			530 B
		
	
	
	
	
Usage
- 
Build the image:
docker build -t my_peertube_dev . - 
Start the container:
docker run -d -i -p 3000:3000 -p 9000:9000 --name peertube my_peertube_devThis will create a new Docker volume containing PeerTube sources.
 - 
Start PeerTube inside the container:
docker exec -it peertube npm run dev - 
In another window, find the path to the Docker volume
docker inspect peertube | less +/MountsYou can now make changes to the files. They should be automatically recompiled.