[06.10.20] forgot to include package
This commit is contained in:
parent
3fecb1b491
commit
1bc359941b
@ -4,7 +4,7 @@ RUN apk update && \
|
||||
apk add py-pip libc-dev gcc
|
||||
RUN python -m pip install --upgrade pip
|
||||
RUN pip install utils pycryptodome && \
|
||||
pip install python-dotenv coinbase flask schedule numpy stomp.py
|
||||
pip install python-dotenv coinbase flask schedule numpy stomp.py jsonlogger
|
||||
COPY . /home/price-collector/.
|
||||
EXPOSE 9090
|
||||
CMD ["python", "/home/price-collector/src/main.py"]
|
||||
Loading…
x
Reference in New Issue
Block a user