1
0
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:
Rafa Couto 2016-12-21 06:54:46 +01:00
parent 97d29e4b07
commit fea6bd2ed8

View File

@ -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