[23.09.2020] stomp.py instead of stomp

This commit is contained in:
Andy Sotheran 2020-09-23 20:02:34 +01:00
parent 27cf19f7b1
commit b6ec9ec1f1

View File

@ -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
pip install python-dotenv coinbase flask schedule numpy stomp.py
COPY . /home/price-collector/.
EXPOSE 9090
CMD ["python", "/home/price-collector/src/main.py"]