From 1890da31db532aa66e905b175124166cb51cba3b Mon Sep 17 00:00:00 2001 From: prabhatdev <38984210+prabhatdev@users.noreply.github.com> Date: Wed, 29 Jul 2020 01:01:06 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0b687be..84ee990 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 sudo npm install -g vega-lite vega-cli canvas ENTRYPOINT ["python", "/main.py"]