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:
parent
bb5a8810e8
commit
c490768e29
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
export PATH="$PATH:@path@"
|
||||
export PATH="@path@:$PATH"
|
||||
|
||||
nix_dir="@nix_dir@"
|
||||
docker_compose_args=()
|
||||
|
|
Loading…
Reference in a new issue