mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	* Upgrade docker base image to 2.1.0 * Upgrade docker base image to 2.1.1 Co-authored-by: Otto Winter <otto@otto-winter.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			216 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			216 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| ARG BUILD_FROM=esphome/esphome-base-amd64:2.1.1
 | |
| FROM ${BUILD_FROM}
 | |
| 
 | |
| COPY . .
 | |
| RUN pip3 install --no-cache-dir -e .
 | |
| 
 | |
| ENV USERNAME=""
 | |
| ENV PASSWORD=""
 | |
| 
 | |
| WORKDIR /config
 | |
| ENTRYPOINT ["esphome"]
 | |
| CMD ["/config", "dashboard"]
 |