Add more Dockerfiles
This commit is contained in:
9
docker/Dockerfile.plot
Normal file
9
docker/Dockerfile.plot
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM freqtradeorg/freqtrade:develop
|
||||
|
||||
# Install dependencies
|
||||
COPY requirements-plot.txt /freqtrade/
|
||||
|
||||
RUN pip install -r requirements-plot.txt --no-cache-dir
|
||||
|
||||
# Empty the ENTRYPOINT to allow all commands
|
||||
ENTRYPOINT []
|
||||
Reference in New Issue
Block a user