Change cmd to entrypoint

This commit is contained in:
dave 2015-11-01 19:36:52 -08:00
parent 2149babf09
commit 32c3fe99c7
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ ADD supervisor-bitcoin.conf /etc/supervisor/conf.d/bitcoin.conf
VOLUME /home/crypto/bitcoin/
EXPOSE 8332 8333
CMD supervisord
ENTRYPOINT supervisord