Skip to content

Commit

Permalink
[Docker] Rely directly on the selenium image
Browse files Browse the repository at this point in the history
  • Loading branch information
GeLoLabs committed Feb 5, 2017
1 parent f9189b3 commit 20e7c35
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
php:
build: docker/php
build: docker
environment:
GROUP_ID: ${GROUP_ID}
USER_ID: ${USER_ID}
Expand All @@ -15,7 +15,7 @@ services:
- .:/var/www/html
- tmp:/tmp
selenium:
build: docker/selenium
image: selenium/standalone-chrome:latest
volumes:
- tmp:/tmp

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion docker/selenium/Dockerfile

This file was deleted.

0 comments on commit 20e7c35

Please sign in to comment.