From 369f6d9efa7b3c0305eacf7ef29a5dc7cb03a1d5 Mon Sep 17 00:00:00 2001 From: Anson Date: Fri, 10 May 2019 00:24:09 -0700 Subject: [PATCH] update dockerfile for new filenames --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ba65593..969ba01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . -CMD [ "python", "./stockBot.py" ] \ No newline at end of file +CMD [ "python", "./bot.py" ] \ No newline at end of file