[10.07.20] Schedule import

This commit is contained in:
andrewso 2020-07-10 12:05:38 +01:00
parent 7784b587e9
commit 44fa6b23f2

View File

@ -3,7 +3,7 @@ MAINTAINER Andrew Sotheran <cryptosky.user@gmail.com>
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"]