Dockerfile: remove `output/` volume

pull/40/head
Claus F. Strasburger 2017-01-23 11:49:33 +01:00 committed by GitHub
parent 8f77bda08a
commit 83397c22be
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ RUN apt-get -y update && \
COPY . /pi-gen/
VOLUME [ "/pi-gen/work", "/pi-gen/deploy", "/pi-gen/output" ]
VOLUME [ "/pi-gen/work", "/pi-gen/deploy"]