Files
grafana/scripts/build/ci-msi-build/oss/docker-compose.yml
T
Brian Gann 31ea0122a0 Add Windows MSI generation to build process (#16502)
- add MSI generation to build process
2019-05-02 10:47:58 -05:00

14 lines
306 B
YAML

version: '3'
services:
wix:
build: './docker'
command: /oss/wrapper.sh
# important: wine is setup for the user xclient
user: xclient
volumes:
- ../oss:/oss
- ../master/templates:/oss/templates
- ../master/resources:/oss/resources
environment:
- TERM=linux