Create "make stage" for staging container

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan
2017-08-05 21:11:12 -07:00
committed by Andrew Chen
parent 291a583515
commit a75b15ef5b
2 changed files with 13 additions and 8 deletions
+3
View File
@@ -13,3 +13,6 @@ build-preview: ## Build site with drafts and future posts enabled.
serve: ## Boot the development server.
jekyll serve
stage: ## Run the Jekyll staging container.
docker run -ti --rm -v "$PWD":/k8sdocs -p 4000:4000 gcr.io/google-samples/k8sdocs:1.1