mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[docker] Avoid unsafe git error when container user and file config volume permissions don't match (#6873)
This commit is contained in:
		| @@ -101,7 +101,7 @@ RUN --mount=type=tmpfs,target=/root/.cargo if [ "$TARGETARCH$TARGETVARIANT" = "a | ||||
|     && /platformio_install_deps.py /platformio.ini --libraries | ||||
|  | ||||
| # Avoid unsafe git error when container user and file config volume permissions don't match | ||||
| RUN git config --system --add safe.directory '/config/*' | ||||
| RUN git config --system --add safe.directory '*' | ||||
|  | ||||
|  | ||||
| # ======================= docker-type image ======================= | ||||
|   | ||||
		Reference in New Issue
	
	Block a user