|
@@ -65,9 +65,6 @@ bin/clinotty bin/magento setup:install \
|
|
echo "Copying files from container to host after install..."
|
|
echo "Copying files from container to host after install..."
|
|
bin/copyfromcontainer --all
|
|
bin/copyfromcontainer --all
|
|
|
|
|
|
-echo "Turning on developer mode.."
|
|
|
|
-bin/clinotty bin/magento deploy:mode:set developer
|
|
|
|
-
|
|
|
|
echo "Forcing deploy of static content to speed up initial requests..."
|
|
echo "Forcing deploy of static content to speed up initial requests..."
|
|
bin/clinotty bin/magento setup:static-content:deploy -f
|
|
bin/clinotty bin/magento setup:static-content:deploy -f
|
|
|
|
|
|
@@ -86,5 +83,8 @@ bin/setup-composer-auth
|
|
echo "Installing cron (see docker-compose.yml to enable)..."
|
|
echo "Installing cron (see docker-compose.yml to enable)..."
|
|
bin/magento cron:install
|
|
bin/magento cron:install
|
|
|
|
|
|
|
|
+echo "Turning on developer mode.."
|
|
|
|
+bin/clinotty bin/magento deploy:mode:set developer
|
|
|
|
+
|
|
echo "Docker development environment setup complete."
|
|
echo "Docker development environment setup complete."
|
|
echo "You may now access your Magento instance at https://${BASE_URL}/"
|
|
echo "You may now access your Magento instance at https://${BASE_URL}/"
|