We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c569e94 commit 5d84515Copy full SHA for 5d84515
scripts/composer
@@ -19,4 +19,5 @@ fi
19
20
echo "The container is used: $ACTIVE_CONTAINER"
21
22
+# Execution of the command
23
docker-compose exec -e COMPOSER_MEMORY_LIMIT=-1 "$ACTIVE_CONTAINER" composer "$@"
scripts/magento
docker-compose exec -T "$ACTIVE_CONTAINER" /home/magento/bin/magento "$@"
scripts/n98
docker-compose exec -T "$ACTIVE_CONTAINER" /usr/local/bin/n98-magerun2 "$@"
0 commit comments