Dockerfile: remove output/ volume

This commit is contained in:
Claus F. Strasburger 2017-01-23 11:49:33 +01:00 committed by GitHub
parent 8f77bda08a
commit 83397c22be

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"]