[infra] set workdir to /out

This commit is contained in:
Mike Aizatsky 2016-09-14 12:13:10 -07:00
parent 45c194e400
commit 7f070f9f65
1 changed files with 1 additions and 0 deletions

View File

@ -19,3 +19,4 @@ MAINTAINER mike.aizatsky@gmail.com
RUN mkdir /out
VOLUME /out
ENV PATH "$PATH:/out"
WORKDIR /out