*: clarify output directory written

Also, SRC_DIR is no longer used.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2019-09-18 09:16:25 -04:00
parent 1a69fc0059
commit cdd9e3aaef
Signed by: vbatts
GPG key ID: 10937E57733F1362
2 changed files with 1 additions and 3 deletions

View file

@ -8,7 +8,4 @@ RUN mkdir -p /output
ENV OUTPUT_DIR=/output
VOLUME /output
ENV SRC_DIR=/src
VOLUME /src
ENTRYPOINT ["/usr/local/bin/BuildSourceImage.sh"]