Add conf directory to Dockerfile 61/18461/1
authorMichael Chapman <woppin@gmail.com>
Thu, 11 Aug 2016 16:02:51 +0000 (02:02 +1000)
committerMichael Chapman <woppin@gmail.com>
Thu, 11 Aug 2016 16:05:33 +0000 (02:05 +1000)
commit7613b8b1d4b6f1048392d54afe8a6a3a9a4da6bd
tree42db30c4578dbc5c7c58c8ec60bd4b7e685764d4
parentfe1cdb02640ddf9baae6d09a949a4648264dd482
Add conf directory to Dockerfile

Currently mounting the credentials file cannot be done at launch
time since the parent folder doesn't exist. This is usually not
noticed because prepare env will get the credentials file
via ssh, but the docker mount will silently fail.

Change-Id: I2e33c3c218a01ac6e1e5bf09609083dec3647b95
Signed-off-by: Michael Chapman <woppin@gmail.com>
docker/Dockerfile