Skip to content

Commit

Permalink
fix: docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Mar 15, 2024
1 parent 9b437aa commit 5e7d8ad
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ services:
- php
- selenium.chrome
volumes:
- ./acceptance:/tests
- ./data:/data
- ./support:/support
- ..:/codecept
- node_modules:/codecept/node_modules

Expand All @@ -43,9 +40,6 @@ services:
- php
- puppeteer-image
volumes:
- ./acceptance:/tests
- ./data:/data
- ./support:/support
- ..:/codecept
- node_modules:/codecept/node_modules

Expand All @@ -58,9 +52,6 @@ services:
environment:
- CODECEPT_ARGS=-c codecept.faker.js
volumes:
- ./bdd:/tests
- ./data:/data
- ./support:/support
- ..:/codecept
- node_modules:/codecept/node_modules

Expand Down

0 comments on commit 5e7d8ad

Please sign in to comment.