From 61483f7add3fe5dcf52e981fda4a96d0281ee589 Mon Sep 17 00:00:00 2001 From: shyamkumar somana Date: Sat, 14 Nov 2020 05:14:13 +1300 Subject: [PATCH] Updated Readme and added docker image --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c2a6589..aaf25c9 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ is running at https://public-firing-range.appspot.com. The application then will be run locally at http://localhost:8080 +### Installing from Docker + +Docker image has been created and can be pulled from 0xshyam/firingrange + +`docker run -p 8080:8080 0xshyam/firingrange` + +The application will be available at http://localhost:8080 + # License information See the LICENSE file.