[06.10.20] forgot to include package
This commit is contained in:
parent
1bc359941b
commit
39e4eee1ec
@ -4,7 +4,7 @@ RUN apk update && \
|
|||||||
apk add py-pip libc-dev gcc
|
apk add py-pip libc-dev gcc
|
||||||
RUN python -m pip install --upgrade pip
|
RUN python -m pip install --upgrade pip
|
||||||
RUN pip install utils pycryptodome && \
|
RUN pip install utils pycryptodome && \
|
||||||
pip install python-dotenv coinbase flask schedule numpy stomp.py jsonlogger
|
pip install python-dotenv coinbase flask schedule numpy stomp.py python-json-logger
|
||||||
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"]
|
||||||
Loading…
x
Reference in New Issue
Block a user