[4.03.20] Mistyped package dotenv for flask

This commit is contained in:
andrewso 2020-03-04 23:12:01 +00:00
parent 6e5e82fe8f
commit 4792a82e4b

View File

@ -3,7 +3,7 @@ MAINTAINER Andrew Sotheran <cryptosky.user@gmail.com>
RUN apk update && \ RUN apk update && \
apk add py-pip libc-dev gcc apk add py-pip libc-dev gcc
RUN pip install utils pycryptodome && \ RUN pip install utils pycryptodome && \
pip install python-env coinbase flask pip install python-dotenv coinbase flask
COPY . /home/price-collector/. COPY . /home/price-collector/.
EXPOSE 9090 EXPOSE 9090
CMD ["python", "/home/price-collector/src/main.py"] CMD ["python", "/home/price-collector/src/main.py"]