mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			149 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			149 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM cypress/included:9.4.1
 | |
| 
 | |
| COPY --chown=1000 ./test /test
 | |
| 
 | |
| WORKDIR /test
 | |
| RUN yarn install && yarn cache clean
 | |
| ENTRYPOINT []
 | |
| CMD ["cypress", "run"]
 |