Introduce devcontainer

This commit is contained in:
Matthias
2020-09-20 11:40:16 +00:00
parent b72cccae3c
commit 8ff7ce8b17
2 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
version: '3'
services:
freqtrade_develop:
build:
context: ..
dockerfile: "Dockerfile.develop"
volumes:
- ..:/freqtrade:cached
command: /bin/sh -c "while sleep 1000; do :; done"