Skip to content

Commit

Permalink
updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Oct 18, 2016
1 parent e9e8a09 commit c83f31d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
version: '2'
services:
php:
build:
dockerfile: Dockerfile
context: .
working_dir: /app/tests
ports:
- 80
Expand Down Expand Up @@ -37,7 +40,7 @@ services:
ports:
- '3306'
firefox:
image: selenium/standalone-firefox-debug:2.53.0
image: selenium/standalone-firefox-debug:2.53.1
# workaround for Docker Beta, see https://github.com/SeleniumHQ/docker-selenium/issues/227#issuecomment-224865735
dns: 8.8.4.4
environment:
Expand Down

0 comments on commit c83f31d

Please sign in to comment.