Merge pull request #114 from matfax/patch-1

fix: pin python version to 3.8 and nodejs to 12
This commit is contained in:
Anmol Pratap Singh
2020-10-08 21:28:28 +05:30
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM nikolaik/python-nodejs:latest
FROM nikolaik/python-nodejs:python3.8-nodejs12
# Install dependencies.
ADD requirements.txt /requirements.txt
@@ -16,4 +16,3 @@ RUN npm -g config set user root
RUN npm install -g vega-lite vega-cli canvas
ENTRYPOINT ["python", "/main.py"]