diff --git a/Dockerfile b/Dockerfile index defba65..8a5e074 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.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"] \ No newline at end of file