Remove Dockerfile.aarch64

it's identical to the real image except for the "--platform" tag,
which is unnecessary if building from a arm64 architecture
This commit is contained in:
Matthias
2021-06-18 21:06:58 +02:00
parent e1010ff592
commit 6e89fbd146
2 changed files with 1 additions and 59 deletions

View File

@@ -98,7 +98,7 @@ Create a new directory and place the [docker-compose file](https://raw.githubuse
image: freqtradeorg/freqtrade:custom_arm64
build:
context: .
dockerfile: "./docker/Dockerfile.aarch64"
dockerfile: "Dockerfile"
```
The above snippet creates a new directory called `ft_userdata`, downloads the latest compose file and pulls the freqtrade image.