[23.09.2020] stomp.py instead of stomp
This commit is contained in:
parent
27cf19f7b1
commit
b6ec9ec1f1
@ -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
|
pip install python-dotenv coinbase flask schedule numpy stomp.py
|
||||||
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