Packaging

This commit is contained in:
Vincent Fiduccia
2018-04-20 16:43:03 -07:00
parent 6427ed976a
commit 2871f45954
10 changed files with 128 additions and 78 deletions
-2
View File
@@ -8,8 +8,6 @@ else
cd `dirname $CWD`
fi
echo "Pulling Theme..." && \
docker pull rancherlabs/website-theme:latest && \
echo "Building Image..." && \
docker build -t rancher/docs:latest . && \
echo "Pushing Image..." && \