1
0
mirror of https://github.com/tmaier/docker-compose synced 2024-11-22 16:01:59 +01:00

Move docker-compose.test.yml to build directory

This commit is contained in:
Tobias L. Maier 2018-04-29 06:34:31 +02:00
parent 5a86bc3fc9
commit c01c92e6f7

@ -1,5 +1,5 @@
version: '3' version: '3'
services: services:
sut: sut:
build: ${BUILD_PATH} build: .
command: docker-compose version command: docker-compose version