From 82bbbab608a8b8be679c4c4b91f5cfde6ed7ef5d Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Mon, 24 Oct 2016 18:41:36 -0400 Subject: [PATCH] Remove unnecessary step form README Docker install Since the docker-compose file includes the build directive, building and tagging beforehand is not necessary. --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index 6793f87..2473bee 100644 --- a/README.rst +++ b/README.rst @@ -77,7 +77,6 @@ Alternatively, you can use `Docker`_ and `Docker Compose`_ to install and run Sn .. _Docker Compose: https://docs.docker.com/compose/ :: - $ docker build -t snappass . $ docker-compose up -d This will pull all dependencies, i.e. Redis and appropriate Python version (3.5), then start up snappass and Redis server. SnapPass server is accessible at: http://localhost:5000