mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Add user_data to backtesting
This commit is contained in:
parent
b02c0904b6
commit
8ff1429e68
|
@ -22,7 +22,8 @@ RUN pip install numpy --no-cache-dir \
|
|||
|
||||
# Install and execute
|
||||
COPY . /freqtrade/
|
||||
RUN pip install -e . --no-cache-dir
|
||||
RUN pip install -e . --no-cache-dir \
|
||||
&& mkdir /freqtrade/user_data/
|
||||
ENTRYPOINT ["freqtrade"]
|
||||
# Default to trade mode
|
||||
CMD [ "trade" ]
|
||||
|
|
Loading…
Reference in New Issue
Block a user