File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -108,10 +108,6 @@ RUN arch="$(apk --print-arch)" \
108108RUN  addgroup -g ${GROUP_ID} ${USER} \
109109    && adduser -D -G ${USER} -u ${USER_ID} -s /bin/sh ${USER}
110110
111- RUN  mkdir -p /var/log/supervisor /var/run/supervisor \
112-     && chown -R ${USER_ID}:${GROUP_ID} ${ROOT} /var/log /var/run \
113-     && chmod -R a+rw ${ROOT} /var/log /var/run
114- 
115111RUN  cp ${PHP_INI_DIR}/php.ini-production ${PHP_INI_DIR}/php.ini
116112
117113COPY  --link --from=vendor /usr/bin/composer /usr/bin/composer
Original file line number Diff line number Diff line change @@ -90,10 +90,6 @@ RUN arch="$(apk --print-arch)" \
9090RUN  addgroup -g ${GROUP_ID} ${USER} \
9191    && adduser -D -G ${USER} -u ${USER_ID} -s /bin/sh ${USER}
9292
93- RUN  mkdir -p /var/log/supervisor /var/run/supervisor \
94-     && chown -R ${USER_ID}:${GROUP_ID} ${ROOT} /var/log /var/run \
95-     && chmod -R a+rw ${ROOT} /var/log /var/run
96- 
9793RUN  cp ${PHP_INI_DIR}/php.ini-production ${PHP_INI_DIR}/php.ini
9894
9995COPY  --link --from=vendor /usr/bin/composer /usr/bin/composer
Original file line number Diff line number Diff line change @@ -91,10 +91,6 @@ RUN arch="$(apk --print-arch)" \
9191RUN  addgroup -g ${GROUP_ID} ${USER} \
9292    && adduser -D -G ${USER} -u ${USER_ID} -s /bin/sh ${USER}
9393
94- RUN  mkdir -p /var/log/supervisor /var/run/supervisor \
95-     && chown -R ${USER_ID}:${GROUP_ID} ${ROOT} /var/log /var/run \
96-     && chmod -R a+rw ${ROOT} /var/log /var/run
97- 
9894RUN  cp ${PHP_INI_DIR}/php.ini-production ${PHP_INI_DIR}/php.ini
9995
10096COPY  --link --from=vendor /usr/bin/composer /usr/bin/composer
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments