1
0
mirror of https://github.com/rafacouto/docker-openwrt-builder.git synced 2026-08-11 16:33:04 +00:00

Volume for working dir.

This commit is contained in:
Rafa Couto
2016-12-21 06:54:46 +01:00
parent 97d29e4b07
commit fea6bd2ed8
+2
View File
@@ -13,6 +13,8 @@ ENV OPENWRT_RELEASE=v15.05.1 \
OPENWRT_TARGET=rpi3 \
WORKDIR=/usr/src/openwrt
VOLUME ["$WORKDIR"]
ADD config $WORKDIR/target-configs
ADD scripts/* $WORKDIR/docker-scripts