Remove /data volume reference for config

This commit is contained in:
Sylvain Bellemare 2017-06-13 17:32:09 +02:00 committed by Sylvain Bellemare
parent e5ca42a159
commit 4ea0bd7b44

View File

@ -7,10 +7,6 @@ RUN apt-get update \
&& apt-get autoremove \
&& apt-get clean
VOLUME ["/data"]
WORKDIR /data
ENV BIGCHAINDB_CONFIG_PATH /data/.bigchaindb
ENV BIGCHAINDB_SERVER_BIND 0.0.0.0:9984
ENV BIGCHAINDB_WSSERVER_HOST 0.0.0.0