Compare commits
	
		
			2 Commits
		
	
	
		
			caa50eff25
			...
			e0da95c3b7
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								
								 | 
						e0da95c3b7 | |
| 
							
							
								 | 
						1eccf2873b | 
| 
						 | 
				
			
			@ -2,7 +2,9 @@ FROM python:3.13-slim
 | 
			
		|||
RUN apt-get update && apt-get install -y --no-install-recommends git && rm -rf /var/lib/apt/lists/*
 | 
			
		||||
ADD . .
 | 
			
		||||
RUN pip install --upgrade pip
 | 
			
		||||
RUN pip install uv
 | 
			
		||||
RUN pip install gitpython
 | 
			
		||||
RUN pip install netmiko
 | 
			
		||||
RUN pip install schedule
 | 
			
		||||
RUN uv sync --no-dev
 | 
			
		||||
WORKDIR /app
 | 
			
		||||
CMD ["uv", "run", "main.py"]
 | 
			
		||||
CMD ["python", "main.py"]
 | 
			
		||||
		Loading…
	
		Reference in New Issue