Update Dockerfile

This commit is contained in:
prabhatdev
2020-07-29 01:01:06 +05:30
committed by GitHub
parent fce030a7e2
commit 1890da31db

View File

@@ -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"]