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:
parent
dc364bb75e
commit
82bbbab608
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue