From cc772f3d54d46b65c663c8cf7812103df31f17d3 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Thu, 22 Oct 2020 21:21:16 -0700 Subject: Add a platform portability blog post Also fixes the docker_image bazel rule, and website-server make target. Fixes #3273 PiperOrigin-RevId: 338606668 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index afc25557e..88f23de8d 100644 --- a/Makefile +++ b/Makefile @@ -260,7 +260,7 @@ website-build: load-jekyll ## Build the site image locally. .PHONY: website-build website-server: website-build ## Run a local server for development. - @docker run -i -p 8080:8080 gvisor.dev/images/website + @docker run -i -p 8080:8080 $(WEBSITE_IMAGE) .PHONY: website-server website-push: website-build ## Push a new image and update the service. -- cgit v1.2.3