diff --git a/Dockerfile b/Dockerfile index 1256071..74047e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER Andrew Sotheran RUN apk update && \ apk add py-pip libc-dev gcc RUN pip install utils pycryptodome && \ - pip install python-dotenv coinbase flask + pip install python-dotenv coinbase flask schedule COPY . /home/price-collector/. EXPOSE 9090 CMD ["python", "/home/price-collector/src/main.py"] \ No newline at end of file