Skip to content

Commit

Permalink
yii-starter-kit#654. Remove install.sh, update pwd-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredleo committed Feb 27, 2019
1 parent 4542ac1 commit 556aabb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions install.sh

This file was deleted.

2 changes: 1 addition & 1 deletion pwd-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
image: alfredleo/starter_kit_app:secondtry
volumes:
- starter_kit_app:/app
command: bash -c "/app/install.sh && php-fpm"
command: bash -c "cp .env.dist .env && composer install && console/yii app/setup --interactive=0 && php-fpm"
depends_on:
- source
- db
Expand Down

0 comments on commit 556aabb

Please sign in to comment.