mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Downgrade dockerfile to 3.8.6 to avoid image bloat
This commit is contained in:
parent
a4bfd0b0aa
commit
dad427461d
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.9.1-slim-buster as base
|
||||
FROM python:3.8.6-slim-buster as base
|
||||
|
||||
# Setup env
|
||||
ENV LANG C.UTF-8
|
||||
|
|
|
@ -9,7 +9,7 @@ services:
|
|||
# Build step - only needed when additional dependencies are needed
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: "./Dockerfile.technical"
|
||||
# dockerfile: "./docker/Dockerfile.technical"
|
||||
restart: unless-stopped
|
||||
container_name: freqtrade
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue
Block a user