Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dfddb4b

Browse files
committedFeb 23, 2023
leave in background
1 parent 9afa50e commit dfddb4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
docker-compose -f dockereve-master/docker-compose.yml build
4949
- run:
5050
name: Start server
51-
command: docker-compose -f dockereve-master/docker-compose.yml up -d
51+
command: docker-compose -f dockereve-master/docker-compose.yml up
52+
background: true
5253

5354
- run:
5455
name: Check Swagger frontend is up

0 commit comments

Comments
 (0)
Please sign in to comment.