Skip to content

Commit 5d84515

Browse files
committed
Small fixes for the comands
1 parent c569e94 commit 5d84515

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

scripts/composer

+1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ fi
1919

2020
echo "The container is used: $ACTIVE_CONTAINER"
2121

22+
# Execution of the command
2223
docker-compose exec -e COMPOSER_MEMORY_LIMIT=-1 "$ACTIVE_CONTAINER" composer "$@"

scripts/magento

+1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ fi
1919

2020
echo "The container is used: $ACTIVE_CONTAINER"
2121

22+
# Execution of the command
2223
docker-compose exec -T "$ACTIVE_CONTAINER" /home/magento/bin/magento "$@"

scripts/n98

+1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ fi
1919

2020
echo "The container is used: $ACTIVE_CONTAINER"
2121

22+
# Execution of the command
2223
docker-compose exec -T "$ACTIVE_CONTAINER" /usr/local/bin/n98-magerun2 "$@"

0 commit comments

Comments
 (0)