Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
anarute committed Sep 22, 2023
1 parent c28b250 commit 8986a9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ services:
build:
context: ../
dockerfile: docker/dev.app.Dockerfile
env_file:
- ../.env.test
container_name: phpreport-app
command: bash -c "cp .env.test .env && php -S 0.0.0.0:8000"
ports:
- "8000:8000"
depends_on:
Expand All @@ -24,7 +27,7 @@ services:
dockerfile: docker/dev.api.Dockerfile
container_name: phpreport-api
env_file:
- ../.env.example
- ../.env.test
ports:
- "8555:8555"
depends_on:
Expand Down

0 comments on commit 8986a9b

Please sign in to comment.