mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 01:15:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			130 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			130 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM cypress/included:4.12.1
 | 
						|
 | 
						|
COPY --chown=1000 ./test /test
 | 
						|
 | 
						|
WORKDIR /test
 | 
						|
RUN yarn install
 | 
						|
ENTRYPOINT []
 | 
						|
CMD ["cypress", "run"]
 |