Skip to content

Commit

Permalink
no longer install predis on init
Browse files Browse the repository at this point in the history
  • Loading branch information
fideloper committed Oct 15, 2020
1 parent b74dfec commit f86981b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docker-files/vessel
Original file line number Diff line number Diff line change
Expand Up @@ -153,17 +153,6 @@ if [ $# -gt 0 ]; then
echo "VESSEL: Initializing Vessel..."
COMPOSER=$(which composer)

echo "VESSEL: Installing Predis"
if [ -z "$COMPOSER" ]; then
docker run -u $UID --rm -it \
-v $(pwd):/opt \
-w /opt \
shippingdocker/php-composer:latest \
composer require predis/predis
else
$COMPOSER require predis/predis
fi

if [ ! -f .env ]; then
echo "No .env file found within current working directory $(pwd)"
echo "Create a .env file before re-initializing"
Expand Down

0 comments on commit f86981b

Please sign in to comment.