*: default the container to /tmp basedir for non-root
and adding an example to the README showing to run as non-root inside the container as well. Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
a8df221421
commit
a863652505
2 changed files with 6 additions and 4 deletions
|
@ -8,4 +8,4 @@ RUN mkdir -p /output
|
|||
ENV OUTPUT_DIR=/output
|
||||
VOLUME /output
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/BuildSourceImage.sh"]
|
||||
ENTRYPOINT ["/usr/local/bin/BuildSourceImage.sh", "-b", "/tmp/"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue