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

Volumen with binaries.

This commit is contained in:
Rafa Couto
2016-12-22 21:16:51 +01:00
parent 3d0c6a1658
commit ddd6f371c1
2 changed files with 30 additions and 8 deletions
+1
View File
@@ -14,6 +14,7 @@ ENV WORKDIR="/usr/local/openwrt" OPENWRT_RELEASE="master"
WORKDIR $WORKDIR
VOLUME ["$WORKDIR/src"]
VOLUME ["$WORKDIR/src/bin"]
ADD configs $WORKDIR/configs
ADD scripts $WORKDIR/scripts