skip to Main Content

Grunt in magento not compiling files

I have a problem with the local installation (docker) magento. I tried to make some css changes, unfortunately grunt.js does not compile my files. After the "grunt watch" command has been initiated, the console displays "Waiting ..." but does not…

VIEW QUESTION

Memcached – Docker doesn't install PHP modules

Why are the modules not loaded? This is my Dockerfile: FROM php:5.6-apache # Install PHP extensions and PECL modules. RUN buildDeps=" libbz2-dev libmemcached-dev libmysqlclient-dev libsasl2-dev " runtimeDeps=" curl git libfreetype6-dev libicu-dev libjpeg-dev libldap2-dev libmcrypt-dev libmemcachedutil2 libpng12-dev libpq-dev libxml2-dev " &&…

VIEW QUESTION

Dockerfile – deploy mysql dump in entrypoint – Magento

Is it possible to connect to external container in entrypoint and upload DB dump to it? I always get web_1 exited with code 0 on this line execution: mysql -h$MYSQL_HOST -u$MYSQL_USER -p$MYSQL_PASSWORD $MYSQL_DATABASE < magento-sample-data-1.9.1.0/magento_sample_data_for_1.9.1.0.sql in install-sampledata from Dockerfile However,…

VIEW QUESTION
Back To Top
Search