diff --git a/Dockerfile b/Dockerfile index 6a90305..5224e2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["python", "price-collector/src/main.py"] \ No newline at end of file