Skip to content

Commit 7fc28ba

Browse files
committed
Revert "fix: docker-compose should start service instead of tests by default"
This reverts commit f123bcb.
1 parent f123bcb commit 7fc28ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ services:
66
build:
77
context: ../
88
dockerfile: docker/Dockerfile
9-
env_file:
10-
- api.env
11-
command: run start
9+
# env_file:
10+
# - api.env
11+
# command: run start
1212
# command: run test
13-
# command: run test:cov
13+
command: run test:cov

0 commit comments

Comments
 (0)