[24.02.20] Path change

This commit is contained in:
andrewso 2020-02-24 12:09:30 +00:00
parent 27a4378a96
commit 03a7931382

View File

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