We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518a9a2 commit e346d41Copy full SHA for e346d41
README.md
@@ -21,7 +21,7 @@ To build a local container in deployment mode (redirecting any requests without
21
22
1. Install Docker
23
1. Clone this repo, and `cd` into it
24
-1. Generate a random string for the environment variable: ``CDN_ACCESS_KEY=`openssl rand -hex 16` ``
+1. Generate a random string for the environment variable: ``CDN_ACCESS_KEY=`openssl rand -hex 32` ``
25
1. Build the image: `docker build -t prod-releases --build-arg CDN_ACCESS_KEY=$CDN_ACCESS_KEY ./`
26
1. Run the container, exposing port 80: `docker run -p 127.0.0.1:80:80/tcp prod-releases`
27
1. To exit the container, press `ctrl+c`
0 commit comments