Plot-image should have freqtrade as entrypoint

This commit is contained in:
Matthias 2020-10-12 06:07:57 +02:00
parent 3d911557d1
commit fa7dc742d0
1 changed files with 0 additions and 3 deletions

View File

@ -5,6 +5,3 @@ FROM freqtradeorg/freqtrade:${sourceimage}
COPY requirements-plot.txt /freqtrade/
RUN pip install -r requirements-plot.txt --no-cache-dir
# Empty the ENTRYPOINT to allow all commands
ENTRYPOINT []