Skip to content

Commit 1ca56fe

Browse files
committed
Merge pull request #4 from pchico83/master
Optimize docker-compose.test.yml with "image: this"
2 parents a3323f6 + 2237297 commit 1ca56fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sut:
2-
build: .
2+
image: this
33
links:
44
- redis
55
command: echo "Test pass!"

0 commit comments

Comments
 (0)