[24.02.20] execution path

This commit is contained in:
andrewso 2020-02-24 08:22:14 +00:00
parent e6d158578a
commit 36c920bc65

View File

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