Remove unnecessary step form README Docker install

Since the docker-compose file includes the build directive,
building and tagging beforehand is not necessary.
This commit is contained in:
Samuel Dion-Girardeau 2016-10-24 18:41:36 -04:00
parent dc364bb75e
commit 82bbbab608

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 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