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

Add $BUILD_PATH env variable

This commit is contained in:
Tobias L. Maier 2018-04-29 06:28:13 +02:00
parent 957acd0406
commit 5a86bc3fc9

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