diff options
author | Ian Lewis <ianlewis@google.com> | 2020-10-22 21:21:16 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-22 21:22:54 -0700 |
commit | cc772f3d54d46b65c663c8cf7812103df31f17d3 (patch) | |
tree | 8ee2b193e6910a0e93698b008061249b2e0a59da /Makefile | |
parent | c1a6ba06ab402c08e3300abd9403026c690dc168 (diff) |
Add a platform portability blog post
Also fixes the docker_image bazel rule, and website-server make target.
Fixes #3273
PiperOrigin-RevId: 338606668
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |