Update Dockerfile

This commit is contained in:
Divyanshu Tiwari
2021-03-01 10:33:12 +05:30
committed by GitHub
parent 1431621a82
commit c58cef4dbe

View File

@@ -13,6 +13,8 @@ ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
RUN npm -g config set user root
RUN npm install -g vega@^5.19.1
RUN npm install -g vega-lite vega-cli canvas
ENTRYPOINT ["python", "/main.py"]