Skip to content

Commit c9afef1

Browse files
author
David Zuckerman
committed
overriding entrypoint to keep container alive for testing
1 parent b6d22ce commit c9afef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
build: !reset
44
image: ${DOCKER_APP_IMAGE}
55
environment: !reset
6-
tty: true
6+
entrypoint: ["tail", "-f", "/dev/null"]
77
volumes: !override
88
- artifacts:/opt/app/artifacts
99

0 commit comments

Comments
 (0)