Skip to content

Commit f123bcb

Browse files
committed
fix: docker-compose should start service instead of tests by default
1 parent b6505bf commit f123bcb

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)