Skip to content

Commit

Permalink
yii-starter-kit#654. PHP app service still ends with 0, add a workaro…
Browse files Browse the repository at this point in the history
…und.
  • Loading branch information
alfredleo committed Feb 27, 2019
1 parent ff6c5c3 commit 36f4e50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

cp .env.dist .env && composer install && console/yii app/setup --interactive=0 && php -a
cp .env.dist .env && composer install && console/yii app/setup --interactive=0
4 changes: 2 additions & 2 deletions pwd-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ services:
image: alfredleo/starter_kit_app:secondtry
volumes:
- starter_kit_app:/app
command:
- ./install.sh
entrypoint: /app/install.sh
command: php-fpm
depends_on:
- source
- db
Expand Down

0 comments on commit 36f4e50

Please sign in to comment.