From 03a79313828b2b1ea34f4925cd823ac65ef31e32 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Mon, 24 Feb 2020 12:09:30 +0000 Subject: [PATCH] [24.02.20] Path change --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f12198..f6e8eeb 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", "/home/price-collector/main.py"] \ No newline at end of file +CMD ["python", "/home/price-collector/src/main.py"] \ No newline at end of file