[24.02.20] Path changes

This commit is contained in:
andrewso 2020-02-24 14:08:18 +00:00
parent 03a7931382
commit 1fae370f19
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,6 @@ RUN apk update && \
apk add py-pip libc-dev gcc
RUN pip install utils pycryptodome && \
pip install python-env coinbase
COPY / /home/price-collector/
COPY . /home/price-collector/.
EXPOSE 9090
CMD ["python", "/home/price-collector/src/main.py"]

View File

@ -1,5 +1,8 @@
#!/usr/bin/env python
import sys
sys.path.append('/home/price-collector/')
from threading import Thread
from pricing.collector import collector