From b6ec9ec1f10bc33c8cf7d0ffc8f73f59784ab20d Mon Sep 17 00:00:00 2001 From: Andy Sotheran Date: Wed, 23 Sep 2020 20:02:34 +0100 Subject: [PATCH] [23.09.2020] stomp.py instead of stomp --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index edda9b9..defba65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file