chore: remove pointless dockerfile template

Noticed in #12063 - it serves no paractical use.
Developers should use the devcontainer instead.
pull/12067/head
Matthias 10 months ago
parent a05cb8f1c5
commit 12fbae7204

@ -1,10 +0,0 @@
FROM freqtradeorg/freqtrade:develop
# Install dependencies
COPY requirements-dev.txt /freqtrade/
RUN pip install numpy --user --no-cache-dir \
&& pip install -r requirements-dev.txt --user --no-cache-dir
# Empty the ENTRYPOINT to allow all commands
ENTRYPOINT []
Loading…
Cancel
Save