From 36240bd0aa8eade290ce43944abc4dad5d69913d Mon Sep 17 00:00:00 2001 From: oldjamey Date: Sun, 2 Sep 2018 21:45:56 -0700 Subject: [PATCH] Update Dockerfile Comments The "run" instructions had a different image name from the "build" instructions. This update just makes them work correctly together. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e1a85c226..aa5e25e16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ### # Build with 'docker build -t standard_notes_web.img .' -# Run with 'docker run -d -p 127.0.0.1:3000:3000 --name standard_notes_web --restart always standard_notes.img' +# Run with 'docker run -d -p 127.0.0.1:3000:3000 --name standard_notes_web --restart always standard_notes_web.img' # If you need shell access, run 'docker exec -it standard_notes_web /bin/sh' # Access from http://localhost:3000/ # Set up Nginx to terminate SSL with LetsEncrypt and proxy_pass to http://localhost:3000/