no test docker-file no uv
This commit is contained in:
		
							parent
							
								
									1eccf2873b
								
							
						
					
					
						commit
						ab04a946cc
					
				| 
						 | 
				
			
			@ -2,9 +2,7 @@ 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 gitpython
 | 
			
		||||
RUN pip install netmiko
 | 
			
		||||
RUN pip install schedule
 | 
			
		||||
RUN pip install uv
 | 
			
		||||
RUN uv sync --no-dev
 | 
			
		||||
WORKDIR /app
 | 
			
		||||
CMD ["python", "main.py"]
 | 
			
		||||
CMD ["uv", "run", "main.py"]
 | 
			
		||||
		Loading…
	
		Reference in New Issue