Problem:
- There are a few flaws in the current docker file.
The following comment was not updated:
|
# =============================[ SMART ORDER ROUTER ]================================ |
The binary is not installed properly, so there is a depedency check running on each startup. This is not necessary and we should be able to get rid of this by installing the binary and running it directly,in stead of using cabal run
Problem:
The following comment was not updated:
market-maker/Dockerfile
Line 62 in 569dbb5
The binary is not installed properly, so there is a depedency check running on each startup. This is not necessary and we should be able to get rid of this by installing the binary and running it directly,in stead of using
cabal run