mirror of
https://github.com/rafacouto/docker-openwrt-builder
synced 2025-06-07 16:06:16 +00:00
Volume for working dir.
This commit is contained in:
parent
97d29e4b07
commit
fea6bd2ed8
@ -13,6 +13,8 @@ ENV OPENWRT_RELEASE=v15.05.1 \
|
|||||||
OPENWRT_TARGET=rpi3 \
|
OPENWRT_TARGET=rpi3 \
|
||||||
WORKDIR=/usr/src/openwrt
|
WORKDIR=/usr/src/openwrt
|
||||||
|
|
||||||
|
VOLUME ["$WORKDIR"]
|
||||||
|
|
||||||
ADD config $WORKDIR/target-configs
|
ADD config $WORKDIR/target-configs
|
||||||
ADD scripts/* $WORKDIR/docker-scripts
|
ADD scripts/* $WORKDIR/docker-scripts
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user