Default Dockerfile-dev to configure BigchainDB for RethinkDB

This commit is contained in:
Brett Sun 2017-02-06 17:37:56 +01:00
parent 758b65ba0a
commit c533359424

View File

@ -10,4 +10,4 @@ RUN pip install --upgrade pip
COPY . /usr/src/app/
RUN pip install --no-cache-dir -e .[dev]
RUN bigchaindb -y configure
RUN bigchaindb -y configure rethinkdb