Skip to content

Commit c83f31d

Browse files
committed
updated build
1 parent e9e8a09 commit c83f31d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/docker-compose.test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
version: '2'
55
services:
66
php:
7+
build:
8+
dockerfile: Dockerfile
9+
context: .
710
working_dir: /app/tests
811
ports:
912
- 80
@@ -37,7 +40,7 @@ services:
3740
ports:
3841
- '3306'
3942
firefox:
40-
image: selenium/standalone-firefox-debug:2.53.0
43+
image: selenium/standalone-firefox-debug:2.53.1
4144
# workaround for Docker Beta, see https://github.com/SeleniumHQ/docker-selenium/issues/227#issuecomment-224865735
4245
dns: 8.8.4.4
4346
environment:

0 commit comments

Comments
 (0)