Fixed. Docker Production CMD ["/usr/local/bin/start"]. #4
@@ -75,7 +75,7 @@ STOPSIGNAL SIGTERM
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
ENTRYPOINT ["/home/unit/docker-entrypoint.sh"]
 | 
					ENTRYPOINT ["/home/unit/docker-entrypoint.sh"]
 | 
				
			||||||
EXPOSE 9000
 | 
					EXPOSE 9000
 | 
				
			||||||
CMD ["unitd", "--no-daemon", "--control", "unix:/var/run/control.unit.sock", "--user", "unit", "--group", "unit"]
 | 
					CMD ["/usr/local/bin/start"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
FROM BUILD AS DEVELOP
 | 
					FROM BUILD AS DEVELOP
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user