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:
parent
957acd0406
commit
5a86bc3fc9
@ -1,5 +1,5 @@
|
||||
version: '3'
|
||||
services:
|
||||
sut:
|
||||
build: .
|
||||
build: ${BUILD_PATH}
|
||||
command: docker-compose version
|
||||
|
Loading…
Reference in New Issue
Block a user