Fix aptly dir in configurations.

This commit is contained in:
Mike Purvis 2014-11-12 14:12:03 -05:00
parent 11a31bb656
commit b11db23797
4 changed files with 6 additions and 6 deletions

View File

@ -4,4 +4,4 @@ MAINTAINER Mike Purvis
RUN go get github.com/smira/aptly
ADD aptly.conf /etc/aptly.conf
VOLUME ["/root/.aptly"]
VOLUME ["/aptly"]

View File

@ -1,5 +1,5 @@
{
"rootDir": "/Users/mikepurvis/.aptly",
"rootDir": "/aptly",
"downloadConcurrency": 4,
"downloadSpeedLimit": 0,
"architectures": [],
@ -13,4 +13,4 @@
"ppaDistributorID": "ubuntu",
"ppaCodename": "",
"S3PublishEndpoints": {}
}
}

View File

@ -9,4 +9,4 @@ apt-get update; \
apt-get install aptly -y
ADD aptly.conf /etc/aptly.conf
VOLUME ["/root/.aptly"]
VOLUME ["/aptly"]

View File

@ -1,5 +1,5 @@
{
"rootDir": "/Users/mikepurvis/.aptly",
"rootDir": "/aptly",
"downloadConcurrency": 4,
"downloadSpeedLimit": 0,
"architectures": [],
@ -13,4 +13,4 @@
"ppaDistributorID": "ubuntu",
"ppaCodename": "",
"S3PublishEndpoints": {}
}
}