Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jan 12, 2017
1 parent 8de0794 commit 75cf342
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vendor
docs
2 changes: 2 additions & 0 deletions tests/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-di

# TODO: Install pdo_cubrid..

ADD ./ /project
RUN composer install --prefer-dist
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'
services:

test:
build: .
build: ..
entrypoint: ['docker-php-entrypoint']
depends_on:
- postgres
Expand Down

0 comments on commit 75cf342

Please sign in to comment.