Install supervistor in the workspace
This commit is contained in:
		@@ -957,6 +957,18 @@ RUN if [ ${INSTALL_POWERLINE} = true ]; then \
 | 
			
		||||
  ;fi \
 | 
			
		||||
;fi
 | 
			
		||||
 | 
			
		||||
###########################################################################
 | 
			
		||||
# SUPERVISOR:
 | 
			
		||||
###########################################################################
 | 
			
		||||
ARG INSTALL_SUPERVISOR=false
 | 
			
		||||
 | 
			
		||||
RUN if [ ${INSTALL_SUPERVISOR} = true ]; then \
 | 
			
		||||
    if [ ${INSTALL_PYTHON} = true ]; then \
 | 
			
		||||
    python -m pip install --upgrade supervisor && \
 | 
			
		||||
    echo_supervisord_conf > /etc/supervisord.conf \
 | 
			
		||||
  ;fi \
 | 
			
		||||
;fi
 | 
			
		||||
 | 
			
		||||
USER laradock
 | 
			
		||||
 | 
			
		||||
###########################################################################
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user