about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--deploy/README.md (renamed from docker/README.md)3
-rw-r--r--deploy/cloud_run.nix (renamed from docker/cloud_run.nix)0
-rw-r--r--deploy/config.lisp (renamed from docker/config.lisp)0
3 files changed, 1 insertions, 2 deletions
diff --git a/docker/README.md b/deploy/README.md
index 34f762cc1970..026dcc9c05c9 100644
--- a/docker/README.md
+++ b/deploy/README.md
@@ -31,7 +31,7 @@ This outputs a Docker image at `./result`.
 1. (Optionally) Run the image locally to verify its integrity.
 
 ```shell
-> sudo docker run -d <name>:<tag>
+> sudo docker run -d -p 8080:4242 <name>:<tag>
 ```
 
 1. Tag and push the image to GCR.
@@ -46,7 +46,6 @@ This outputs a Docker image at `./result`.
    the uploaded Docker image from the "Container Image URL" field; click
    "Create" to deploy.
 
-
 ## Notes
 
 You may need to authorize `gcloud` by running the following:
diff --git a/docker/cloud_run.nix b/deploy/cloud_run.nix
index 70be4040c36b..70be4040c36b 100644
--- a/docker/cloud_run.nix
+++ b/deploy/cloud_run.nix
diff --git a/docker/config.lisp b/deploy/config.lisp
index 54f8e5f34462..54f8e5f34462 100644
--- a/docker/config.lisp
+++ b/deploy/config.lisp