Skip to content

Commit

Permalink
yii-starter-kit#654. Rework pwd-compose. Add built app/php image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred committed Feb 25, 2019
1 parent c4bd606 commit bc21e4d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pwd-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ volumes:

services:
app:
build: docker/php
image: alfredleo/starter_kit_app:secondtry
volumes:
- starter_kit_app:/app
command:
- '--env.file=/app/.env.dist'
depends_on:
- source
- db
- mailcatcher
env_file:
- .env

webpacker:
image: node:9-alpine
Expand Down

0 comments on commit bc21e4d

Please sign in to comment.