eShopOnContainers/cli-linux/docker-compose.local.build.yml
Cesar De la Torre f2999a46fb Added docker-compose.prod.yml for testing with Xamarin app in remote devices, like in a WiFi, of for running the Web Apps from remote Browsers.
Start the solution with:
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d

Also, some clean-up.
2017-03-09 21:49:45 -08:00

10 lines
244 B
YAML

version: '2'
services:
ci-build:
image: microsoft/aspnetcore-build-nightly:1.0-1.1
volumes:
- .:/src
working_dir: /src
command: /bin/bash -c "chmod -x ./cli-linux/build-bits-linux.sh && ./cli-linux/build-bits-linux.sh"