Merge pull request #38 from samueldg/fix/docker-compose-README

Remove unnecessary step form README Docker install
This commit is contained in:
Nicholas Charriere 2016-10-29 13:08:36 -07:00 committed by GitHub
commit 43fd4d405a

View file

@ -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 Compose: https://docs.docker.com/compose/
:: ::
$ docker build -t snappass .
$ docker-compose up -d $ 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 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