You've already forked nginx-proxy-manager
							
							
				mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 04:11:42 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			213 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			213 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM cypress/included:13.9.0
 | 
						|
 | 
						|
COPY --chown=1000 ./test /test
 | 
						|
 | 
						|
# Disable Cypress CLI colors
 | 
						|
ENV FORCE_COLOR=0
 | 
						|
ENV NO_COLOR=1
 | 
						|
 | 
						|
WORKDIR /test
 | 
						|
RUN yarn install && yarn cache clean
 | 
						|
ENTRYPOINT []
 | 
						|
CMD ["cypress", "run"]
 |