From 1d94ac1c9fbbc1825d6a8400f4c7c9671a21fbec Mon Sep 17 00:00:00 2001 From: prabhatdev <38984210+prabhatdev@users.noreply.github.com> Date: Wed, 29 Jul 2020 00:36:49 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43c63c5..f93759c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ ADD colors.json /colors.json RUN pip install -r requirements.txt RUN npm install vega-lite vega-cli canvas -CMD ["python", "/main.py"] \ No newline at end of file +ENTRYPOINT ["python", "/main.py"]