From 2e8255529b4b017df50ad0226d44d321028d0775 Mon Sep 17 00:00:00 2001 From: Anmol Date: Thu, 30 Jul 2020 19:58:37 +0530 Subject: [PATCH] FEAT: NEW GRAPH MODULE --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b687be..f93759c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ ADD loc.py /loc.py ADD make_bar_graph.py /make_bar_graph.py ADD colors.json /colors.json RUN pip install -r requirements.txt -RUN npm install -g vega-lite vega-cli canvas +RUN npm install vega-lite vega-cli canvas ENTRYPOINT ["python", "/main.py"]