Skip to content

Commit

Permalink
#150 use unbuffered output from the processing node in docker (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Voxelot committed Nov 22, 2017
1 parent 36f8a69 commit c3a619e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Processor_Dockerfile
Expand Up @@ -28,4 +28,4 @@ COPY ./configs/blockchain.yml .

COPY ./docker/bootstrap.sh .

CMD ["bash", "bootstrap.sh", "python processing.py --private-key $PRIVATE_KEY --public-key $PUBLIC_KEY --port 8080 --phase 1"]
CMD ["bash", "bootstrap.sh", "python -u processing.py --private-key $PRIVATE_KEY --public-key $PUBLIC_KEY --port 8080 --phase 1"]

0 comments on commit c3a619e

Please sign in to comment.