Skip to content

Commit

Permalink
removed ln-s and fixed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
delamart committed Feb 16, 2016
1 parent 1707b9c commit be9c2a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,8 @@ EOF
# install the app
composer install --prefer-source --no-interaction

# configure the app
# deploy the database tables
./console migrations:migrate --no-interaction

# link the symfony console to bin
ln -s /www/console /bin/console

fi
fi
Expand Down

0 comments on commit be9c2a9

Please sign in to comment.