mirror of
				https://github.com/Tediore/battery2mqtt.git
				synced 2025-11-03 20:46:35 +01:00 
			
		
		
		
	Initial commit
This commit is contained in:
		
							
								
								
									
										8
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
FROM python:3-alpine
 | 
			
		||||
MAINTAINER Tediore <tediore.maliwan@gmail.com>
 | 
			
		||||
 | 
			
		||||
ADD battery2mqtt.py /
 | 
			
		||||
 | 
			
		||||
RUN pip install paho.mqtt
 | 
			
		||||
 | 
			
		||||
CMD [ "python", "./battery2mqtt.py" ]
 | 
			
		||||
		Reference in New Issue
	
	Block a user