Browse Source

Dockerfile updated

Espinoza Guillermo 6 years ago
parent
commit
ef01572c00
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -48,6 +48,6 @@ RUN chmod 0600 /opt/keys/*; \
     
     
 COPY docsis/custom_mibs /usr/share/snmp/mibs/
 COPY docsis/custom_mibs /usr/share/snmp/mibs/
 
 
-CMD rm var/cache/*/ -rf ;\
-    composer run-script post-install-cmd --no-interaction ;\
+CMD rm -rf var/cache/*/ ; \
+    composer install -n --no-progress ; \
     php-fpm7.0 -F -R -O
     php-fpm7.0 -F -R -O