[4.03.20] updated docker file for flask
This commit is contained in:
parent
ab98b7c9c4
commit
6e5e82fe8f
@ -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-env coinbase
|
||||
pip install python-env coinbase flask
|
||||
COPY . /home/price-collector/.
|
||||
EXPOSE 9090
|
||||
CMD ["python", "/home/price-collector/src/main.py"]
|
||||
Loading…
x
Reference in New Issue
Block a user