Packaging fixes

This commit is contained in:
Vincent Fiduccia
2018-04-12 21:51:45 -07:00
parent d1752b4c7c
commit b5ce2d7048
6 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#!/bin/bash
PORT=9000
PORT=9001
THEME=
# cd to app root
@@ -64,4 +64,4 @@ if [[ "$THEME" ]]; then
THEMEVOLUME="-v ${ABSOLUTE}:/run/node_modules/rancher-website-theme"
fi
docker run --rm -p ${PORT}:${PORT} -it -v $(pwd):/site ${THEMEVOLUME} rancherlabs/website:dev dev --port=${PORT}
docker run --rm -p ${PORT}:${PORT} -it -v $(pwd):/site ${THEMEVOLUME} rancher/docs:dev dev --port=${PORT}