mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Workaround installing as editable package not working (#2936)
This commit is contained in:
		| @@ -64,7 +64,7 @@ RUN \ | ||||
|  | ||||
| # Copy esphome and install | ||||
| COPY . /esphome | ||||
| RUN pip3 install --no-cache-dir -e /esphome | ||||
| RUN pip3 install --no-cache-dir /esphome | ||||
|  | ||||
| # Settings for dashboard | ||||
| ENV USERNAME="" PASSWORD="" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user