mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Default Dockerfile-dev to configure BigchainDB for RethinkDB
This commit is contained in:
parent
758b65ba0a
commit
c533359424
@ -10,4 +10,4 @@ RUN pip install --upgrade pip
|
|||||||
COPY . /usr/src/app/
|
COPY . /usr/src/app/
|
||||||
|
|
||||||
RUN pip install --no-cache-dir -e .[dev]
|
RUN pip install --no-cache-dir -e .[dev]
|
||||||
RUN bigchaindb -y configure
|
RUN bigchaindb -y configure rethinkdb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user