add volume
This commit is contained in:
parent
05bef0a2e0
commit
8600eab42c
1 changed files with 3 additions and 1 deletions
|
@ -8,5 +8,7 @@ RUN apt-get update && \
|
|||
|
||||
RUN ln /usr/bin/find /usr/sbin/find && \
|
||||
useradd user -m
|
||||
|
||||
USER user
|
||||
|
||||
USER user
|
||||
VOLUME /build
|
Loading…
Reference in a new issue