Default dockerfile to "freqtrade trade"

pull/2286/head
Matthias 7 years ago
parent 344a0a094f
commit 52ff391c8a

@ -24,3 +24,5 @@ RUN pip install numpy --no-cache-dir \
COPY . /freqtrade/
RUN pip install -e . --no-cache-dir
ENTRYPOINT ["freqtrade"]
# Default to trade mode
CMD [ "trade" ]

Loading…
Cancel
Save