Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Commit

Permalink
setup: setting working directory "/" for all docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Aug 31, 2017
1 parent f180f61 commit 5f0e5e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ in rec {
"SSL_CERT_FILE=${releng_pkgs.pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
] ++ dockerEnv;
Cmd = dockerCmd;
WorkingDir = "/";
};
};

Expand Down

0 comments on commit 5f0e5e5

Please sign in to comment.