Always ignore PATH docker-compose

Arion used to prefer an external docker-compose, but that exposes
users to potential incompatibilities.

For example, the docker-compose on Ubuntu 18.04 (LTS) doesn't seem
to handle Dockerfiles in the Nix store properly.
This commit is contained in:
Robert Hensing 2019-01-26 23:41:04 +01:00
parent bb5a8810e8
commit c490768e29

View File

@ -2,7 +2,7 @@
set -euo pipefail
export PATH="$PATH:@path@"
export PATH="@path@:$PATH"
nix_dir="@nix_dir@"
docker_compose_args=()